aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'internals.h')
-rw-r--r--internals.h2
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 */