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 {
void *closure; /** auction closure given by the user */
- BRANDT_CbResult result; /** result reporting callback */
- BRANDT_CbBroadcast bcast; /** broadcast callback */
- BRANDT_CbUnicast ucast; /** unicast callback */
- BRANDT_CbStart start; /** start callback */
+ BRANDT_CbResult result; /** result reporting callback */
+ BRANDT_CbDeliver bcast; /** broadcast callback */
+ BRANDT_CbDeliver ucast; /** unicast callback */
+ BRANDT_CbStart start; /** start callback */
int seller_mode; /** If 0 we are bidding, selling otherwise */
enum rounds cur_round; /** The round we expect messages from */