aboutsummaryrefslogtreecommitdiff
path: root/internals.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-03 14:07:21 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-03 14:07:21 +0200
commitfbc3e92e59d07c77440d1ecb858871d9d2958fb0 (patch)
tree62bcd039282fcff503495fb56c61ffc71a916313 /internals.h
parent342d3729dfcb88060c3541d2b38d23d3294a11fb (diff)
stuff
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 */