aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-03 13:52:05 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-03 13:52:05 +0000
commitbd012c7a0b67ce43c119fde66139d2709a1043fc (patch)
tree0f358c4a544cd4a190fcbc56cb45324fc1554477 /src/include/gnunet_common.h
parent39edcc9862ce7ccb90b9059960f54733ee4d590b (diff)
downloadgnunet-bd012c7a0b67ce43c119fde66139d2709a1043fc.tar.gz
gnunet-bd012c7a0b67ce43c119fde66139d2709a1043fc.zip
stuff for jilu
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index df601ac19..e3e62a143 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -71,12 +71,13 @@ struct GNUNET_MessageHeader
71{ 71{
72 72
73 /** 73 /**
74 * The length of the struct (in bytes, including the length field itself) 74 * The length of the struct (in bytes, including the length field itself),
75 * in big-endian format.
75 */ 76 */
76 uint16_t size GNUNET_PACKED; 77 uint16_t size GNUNET_PACKED;
77 78
78 /** 79 /**
79 * The type of the message (XX_CS_PROTO_XXXX) 80 * The type of the message (GNUNET_MESSAGE_TYPE_XXXX), in big-endian format.
80 */ 81 */
81 uint16_t type GNUNET_PACKED; 82 uint16_t type GNUNET_PACKED;
82 83