aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 11:45:05 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 11:45:05 +0100
commit0ba8f80bc1ac4ac88b007626eea493e7560ea4cb (patch)
tree28584a800c9c1c47e169b2e868be4ce1867a1bc4 /internals.h
parent1bf5fbff777ff31cc75f3042be79f0150c018592 (diff)
unify msg delivery callback
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 */