clarify BRANDT_CbStart doc
This commit is contained in:
parent
44079d5cbb
commit
aa83eda9e9
8
brandt.h
8
brandt.h
@ -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().
|
||||||
|
Loading…
Reference in New Issue
Block a user