doc two missing parameters

This commit is contained in:
Markus Teich 2016-11-23 23:44:28 +01:00
parent f4932d94c0
commit d775547d04

View File

@ -197,6 +197,9 @@ BRANDT_join (BRANDT_CbResult result,
* publishing it! * publishing it!
* @param[out] auction_desc_len The length in bytes of the @a auction_desc * @param[out] auction_desc_len The length in bytes of the @a auction_desc
* structure. Will be filled by BRANDT_new(). * structure. Will be filled by BRANDT_new().
* @param[in] time_start The time when the auction will start. Bidders have
* until then to register.
* @param[in] time_round The maximum duration of each round in the protocol.
* @param[in] num_prices The amount of possible valuations for the sold item(s). * @param[in] num_prices The amount of possible valuations for the sold item(s).
* If 0, a default of 256 will be used. \todo: what about 1, does it work with * If 0, a default of 256 will be used. \todo: what about 1, does it work with
* second price auctions? * second price auctions?