aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-06 22:41:30 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-06 22:41:30 +0000
commit9d487bb2fe029b369f362bdbe4697005061a4e5e (patch)
tree5c2eb6849a5dd7a813a07e29a7f2be60af9b9792 /src/include/gnunet_mq_lib.h
parent6cd1fc3aa29926ce0326d07ba684e1b65a1a0db7 (diff)
downloadgnunet-9d487bb2fe029b369f362bdbe4697005061a4e5e.tar.gz
gnunet-9d487bb2fe029b369f362bdbe4697005061a4e5e.zip
massive rework of scalarproduct service, splitting into Alice and Bob
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 8da51d198..ca09e7196 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -231,7 +231,8 @@ typedef void
231 * @param error error code 231 * @param error error code
232 */ 232 */
233typedef void 233typedef void
234(*GNUNET_MQ_ErrorHandler) (void *cls, enum GNUNET_MQ_Error error); 234(*GNUNET_MQ_ErrorHandler) (void *cls,
235 enum GNUNET_MQ_Error error);
235 236
236 237
237/** 238/**
@@ -270,7 +271,9 @@ struct GNUNET_MQ_MessageHandler
270 * @return the allocated MQ message 271 * @return the allocated MQ message
271 */ 272 */
272struct GNUNET_MQ_Envelope * 273struct GNUNET_MQ_Envelope *
273GNUNET_MQ_msg_ (struct GNUNET_MessageHeader **mhp, uint16_t size, uint16_t type); 274GNUNET_MQ_msg_ (struct GNUNET_MessageHeader **mhp,
275 uint16_t size,
276 uint16_t type);
274 277
275 278
276/** 279/**
@@ -388,7 +391,6 @@ GNUNET_MQ_queue_for_callbacks (GNUNET_MQ_SendImpl send,
388 void *cls); 391 void *cls);
389 392
390 393
391
392/** 394/**
393 * Replace the handlers of a message queue with new handlers. Takes 395 * Replace the handlers of a message queue with new handlers. Takes
394 * effect immediately, even for messages that already have been 396 * effect immediately, even for messages that already have been