projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9f4a6
)
fix comment about mq allocation
author
Florian Dold
<florian.dold@gmail.com>
Sun, 16 Oct 2016 20:12:00 +0000
(20:12 +0000)
committer
Florian Dold
<florian.dold@gmail.com>
Sun, 16 Oct 2016 20:12:00 +0000
(20:12 +0000)
src/util/mq.c
patch
|
blob
|
history
diff --git
a/src/util/mq.c
b/src/util/mq.c
index 81c680e746eeceb52cad3cdbde1c1dba3c7ae6df..da6c0b86f8a9157f5fb91b7773304405c0447a6c 100644
(file)
--- a/
src/util/mq.c
+++ b/
src/util/mq.c
@@
-44,8
+44,9
@@
struct GNUNET_MQ_Envelope
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;