diff options
| author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-23 23:44:28 +0100 | 
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-23 23:44:28 +0100 | 
| commit | d775547d042f8c8f7e9a1c8b7b74303741a8557a (patch) | |
| tree | c1da0912ce877451f3df99ae60563f99f532b67f | |
| parent | f4932d94c07d7c0dd9992b6b2d5b562b567d49b0 (diff) | |
doc two missing parameters
| -rw-r--r-- | brandt.h | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -197,6 +197,9 @@ BRANDT_join (BRANDT_CbResult    result,   * publishing it!   * @param[out] auction_desc_len The length in bytes of the @a auction_desc   * 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).   * If 0, a default of 256 will be used. \todo: what about 1, does it work with   * second price auctions?  | 
