aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-23 23:44:28 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-23 23:44:28 +0100
commitd775547d042f8c8f7e9a1c8b7b74303741a8557a (patch)
treec1da0912ce877451f3df99ae60563f99f532b67f /brandt.h
parentf4932d94c07d7c0dd9992b6b2d5b562b567d49b0 (diff)
downloadlibbrandt-d775547d042f8c8f7e9a1c8b7b74303741a8557a.tar.gz
libbrandt-d775547d042f8c8f7e9a1c8b7b74303741a8557a.zip
doc two missing parameters
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/brandt.h b/brandt.h
index fab8ebf..8b518a8 100644
--- a/brandt.h
+++ b/brandt.h
@@ -197,6 +197,9 @@ BRANDT_join (BRANDT_CbResult result,
197 * publishing it! 197 * publishing it!
198 * @param[out] auction_desc_len The length in bytes of the @a auction_desc 198 * @param[out] auction_desc_len The length in bytes of the @a auction_desc
199 * structure. Will be filled by BRANDT_new(). 199 * structure. Will be filled by BRANDT_new().
200 * @param[in] time_start The time when the auction will start. Bidders have
201 * until then to register.
202 * @param[in] time_round The maximum duration of each round in the protocol.
200 * @param[in] num_prices The amount of possible valuations for the sold item(s). 203 * @param[in] num_prices The amount of possible valuations for the sold item(s).
201 * If 0, a default of 256 will be used. \todo: what about 1, does it work with 204 * If 0, a default of 256 will be used. \todo: what about 1, does it work with
202 * second price auctions? 205 * second price auctions?