clarify BRANDT_CbStart doc

This commit is contained in:
Markus Teich 2016-11-04 16:41:14 +01:00
parent 44079d5cbb
commit aa83eda9e9

View File

@ -54,10 +54,10 @@ struct BRANDT_Result {
/** /**
* Functions of this type are called by libbrandt when the auction should be * 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 * started as a seller. The application has to broadcast the ordered list of all
* them and must return the amount of bidders. After this function is called no * bidders to the bidders and must return the amount of bidders to libbrandt.
* more new bidders may be accepted by the application. This callback is only * After this function is called no more new bidders may be accepted by the
* used if the auction is in seller mode. * application.
* *
* @param[in] auction_closure Closure pointer representing the respective * @param[in] auction_closure Closure pointer representing the respective
* auction. This is the Pointer given to BRANDT_new(). * auction. This is the Pointer given to BRANDT_new().