[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r29912 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r29912 - gnunet/src/include |
Date: |
Mon, 7 Oct 2013 01:00:26 +0200 |
Author: dold
Date: 2013-10-07 01:00:26 +0200 (Mon, 07 Oct 2013)
New Revision: 29912
Modified:
gnunet/src/include/gnunet_mq_lib.h
Log:
- comment clarification
Modified: gnunet/src/include/gnunet_mq_lib.h
===================================================================
--- gnunet/src/include/gnunet_mq_lib.h 2013-10-06 22:54:21 UTC (rev 29911)
+++ gnunet/src/include/gnunet_mq_lib.h 2013-10-06 23:00:26 UTC (rev 29912)
@@ -474,11 +474,14 @@
/**
* Get the message that should currently be sent.
+ * The returned message is only valid until #GNUNET_MQ_impl_send_continue
+ * is called.
* Fails if there is no current message.
* Only useful for implementing message queues,
* results in undefined behavior if not used carefully.
*
- * @param mq message queue with the current message
+ * @param mq message queue with the current message, only valid
+ * until #GNUNET_MQ_impl_send_continue is called
* @return message to send, never NULL
*/
const struct GNUNET_MessageHeader *
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r29912 - gnunet/src/include,
gnunet <=