diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-20 00:36:18 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-20 00:36:18 +0200 |
commit | 65775f8276b082a18c99cb75c11193685bd5d822 (patch) | |
tree | 626229703ecafef6ce509584582f2e3b181f5bab /brandt.h | |
parent | 8e44164facc215a09984d83f488345f548753477 (diff) |
add 3dim array helpers
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -148,7 +148,7 @@ BRANDT_join (BRANDT_BroadcastCallback broadcast, * the price of the highest loosing bid. \todo: what if bidders < m? * @param[in] outcome_public If 1, the auction winner and price will be public * to all participants, if 0, this information will only be revealed to the - * winner and the seller. => \todo: Turn into AuctionMode bit flag! + * winner and the seller. * @return A pointer, which should only be remembered and passed to * libbrandt functions when the client needs to refer to this auction. This is a * black-box pointer, do NOT access/change it or the data it points to! @@ -160,7 +160,7 @@ BRANDT_new (BRANDT_BroadcastCallback broadcast, const void ** auction_data, size_t * auction_data_len, uint16_t num_prices, - enum BRANDT_AuctionMode m, + uint16_t m, int outcome_public); |