diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-04 16:41:14 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-11-04 16:41:14 +0100 |
commit | aa83eda9e94b1bcbd252ed5a614c527d8b5c3e93 (patch) | |
tree | e389257a6052ff37e7ec4ea100b2cd712dc9e08c /brandt.h | |
parent | 44079d5cbbab5eeea367e9420b29c5b6f48eede8 (diff) |
clarify BRANDT_CbStart doc
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -54,10 +54,10 @@ struct BRANDT_Result { /** * Functions of this type are called by libbrandt when the auction should be - * started. The application has to announce the ordered list of all bidders to - * them and must return the amount of bidders. After this function is called no - * more new bidders may be accepted by the application. This callback is only - * used if the auction is in seller mode. + * started as a seller. The application has to broadcast the ordered list of all + * bidders to the bidders and must return the amount of bidders to libbrandt. + * After this function is called no more new bidders may be accepted by the + * application. * * @param[in] auction_closure Closure pointer representing the respective * auction. This is the Pointer given to BRANDT_new(). |