diff options
Diffstat (limited to 'internals.h')
-rw-r--r-- | internals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internals.h b/internals.h index 656e798..ce67934 100644 --- a/internals.h +++ b/internals.h @@ -79,6 +79,8 @@ struct BRANDT_DescrP { struct BRANDT_Auction { struct BRANDT_DescrP *desc; /** pointer to the auction information */ + void *closure; /** auction closure given by the user */ + BRANDT_CbBroadcast bcast; /** broadcast callback */ BRANDT_CbUnicast ucast; /** unicast callback */ BRANDT_CbResult result; /** result reporting callback */ |