summaryrefslogtreecommitdiff
path: root/src/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm.h')
-rw-r--r--src/arm/arm.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index bddcd7cf3..15f24b3f6 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -38,7 +38,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
38/** 38/**
39 * Status update from ARM to client. 39 * Status update from ARM to client.
40 */ 40 */
41struct GNUNET_ARM_StatusMessage { 41struct GNUNET_ARM_StatusMessage
42{
42 /** 43 /**
43 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_STATUS. 44 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_STATUS.
44 */ 45 */
@@ -52,7 +53,8 @@ struct GNUNET_ARM_StatusMessage {
52 /* followed by a 0-terminated service name */ 53 /* followed by a 0-terminated service name */
53}; 54};
54 55
55struct GNUNET_ARM_Message { 56struct GNUNET_ARM_Message
57{
56 /** 58 /**
57 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or 59 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or
58 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT. 60 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT.
@@ -81,7 +83,8 @@ struct GNUNET_ARM_Message {
81/** 83/**
82 * Reply from ARM to client. 84 * Reply from ARM to client.
83 */ 85 */
84struct GNUNET_ARM_ResultMessage { 86struct GNUNET_ARM_ResultMessage
87{
85 /** 88 /**
86 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID. 89 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID.
87 */ 90 */
@@ -93,7 +96,8 @@ struct GNUNET_ARM_ResultMessage {
93 uint32_t result; 96 uint32_t result;
94}; 97};
95 98
96struct GNUNET_ARM_ServiceInfoMessage { 99struct GNUNET_ARM_ServiceInfoMessage
100{
97 /** 101 /**
98 * String pool index for the service's name. 102 * String pool index for the service's name.
99 */ 103 */
@@ -137,7 +141,8 @@ struct GNUNET_ARM_ServiceInfoMessage {
137 * '\0' terminated strings. header->size contains the 141 * '\0' terminated strings. header->size contains the
138 * total size (including all strings). 142 * total size (including all strings).
139 */ 143 */
140struct GNUNET_ARM_ListResultMessage { 144struct GNUNET_ARM_ListResultMessage
145{
141 /** 146 /**
142 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT, 147 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT,
143 * with an ID. 148 * with an ID.