aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/internals.h b/internals.h
index d6de9db..8a82e2e 100644
--- a/internals.h
+++ b/internals.h
@@ -110,10 +110,10 @@ struct BRANDT_Auction {
110 110
111 void *closure; /** auction closure given by the user */ 111 void *closure; /** auction closure given by the user */
112 112
113 BRANDT_CbResult result; /** result reporting callback */ 113 BRANDT_CbResult result; /** result reporting callback */
114 BRANDT_CbBroadcast bcast; /** broadcast callback */ 114 BRANDT_CbDeliver bcast; /** broadcast callback */
115 BRANDT_CbUnicast ucast; /** unicast callback */ 115 BRANDT_CbDeliver ucast; /** unicast callback */
116 BRANDT_CbStart start; /** start callback */ 116 BRANDT_CbStart start; /** start callback */
117 117
118 int seller_mode; /** If 0 we are bidding, selling otherwise */ 118 int seller_mode; /** If 0 we are bidding, selling otherwise */
119 enum rounds cur_round; /** The round we expect messages from */ 119 enum rounds cur_round; /** The round we expect messages from */