aboutsummaryrefslogtreecommitdiff
path: root/brandt.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 /brandt.h
parent342d3729dfcb88060c3541d2b38d23d3294a11fb (diff)
downloadlibbrandt-fbc3e92e59d07c77440d1ecb858871d9d2958fb0.tar.gz
libbrandt-fbc3e92e59d07c77440d1ecb858871d9d2958fb0.zip
stuff
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/brandt.h b/brandt.h
index fe50896..ec3c959 100644
--- a/brandt.h
+++ b/brandt.h
@@ -170,6 +170,10 @@ BRANDT_free ();
170/** 170/**
171 * Receive a message related to a specific auction. 171 * Receive a message related to a specific auction.
172 * 172 *
173 * If the message is from a future round and cannot be processed yet, it is
174 * cached in RAM. It will not be stored on disc until it can be used, since the
175 * messages completing the previous round should all arrive relatively soon.
176 *
173 * @param[in] auction The pointer returned by BRANDT_join() or BRANDT_new() from 177 * @param[in] auction The pointer returned by BRANDT_join() or BRANDT_new() from
174 * which message @a msg was received. 178 * which message @a msg was received.
175 * @param[in] sender The id of the sender. 179 * @param[in] sender The id of the sender.