From 0ba8f80bc1ac4ac88b007626eea493e7560ea4cb Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Fri, 2 Dec 2016 11:45:05 +0100 Subject: unify msg delivery callback --- internals.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internals.h') 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 */ -- cgit v1.2.3