diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 14:07:21 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 14:07:21 +0200 |
commit | fbc3e92e59d07c77440d1ecb858871d9d2958fb0 (patch) | |
tree | 62bcd039282fcff503495fb56c61ffc71a916313 /internals.h | |
parent | 342d3729dfcb88060c3541d2b38d23d3294a11fb (diff) |
stuff
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 */ |