aboutsummaryrefslogtreecommitdiff
path: root/src/util/server_mst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/server_mst.c')
-rw-r--r--src/util/server_mst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server_mst.c b/src/util/server_mst.c
index 07a7b30b8..ad3be8f63 100644
--- a/src/util/server_mst.c
+++ b/src/util/server_mst.c
@@ -110,7 +110,7 @@ GNUNET_SERVER_mst_create (GNUNET_SERVER_MessageTokenizerCallback cb,
110 * @param client_identity ID of client for which this is a buffer 110 * @param client_identity ID of client for which this is a buffer
111 * @param buf input data to add 111 * @param buf input data to add
112 * @param size number of bytes in buf 112 * @param size number of bytes in buf
113 * @param purge should any excess bytes in the buffer be discarded 113 * @param purge should any excess bytes in the buffer be discarded
114 * (i.e. for packet-based services like UDP) 114 * (i.e. for packet-based services like UDP)
115 * @param one_shot only call callback once, keep rest of message in buffer 115 * @param one_shot only call callback once, keep rest of message in buffer
116 * @return GNUNET_OK if we are done processing (need more data) 116 * @return GNUNET_OK if we are done processing (need more data)