gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38159 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r38159 - gnunet/src/util
Date: Sun, 16 Oct 2016 22:12:00 +0200

Author: dold
Date: 2016-10-16 22:12:00 +0200 (Sun, 16 Oct 2016)
New Revision: 38159

Modified:
   gnunet/src/util/mq.c
Log:
fix comment about mq allocation

Modified: gnunet/src/util/mq.c
===================================================================
--- gnunet/src/util/mq.c        2016-10-16 20:08:07 UTC (rev 38158)
+++ gnunet/src/util/mq.c        2016-10-16 20:12:00 UTC (rev 38159)
@@ -44,8 +44,9 @@
   struct GNUNET_MQ_Envelope *prev;
 
   /**
-   * Actual allocated message header,
-   * usually points to the end of the containing GNUNET_MQ_Envelope
+   * Actual allocated message header.
+   * The GNUNET_MQ_Envelope header is allocated at
+   * the end of the message.
    */
   struct GNUNET_MessageHeader *mh;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]