aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm.h')
-rw-r--r--src/arm/arm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index aad16fd71..7010a0842 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -42,10 +42,10 @@ struct GNUNET_ARM_StatusMessage
42{ 42{
43 43
44 /** 44 /**
45 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_STATUS. 45 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_STATUS.
46 */ 46 */
47 struct GNUNET_MessageHeader header; 47 struct GNUNET_MessageHeader header;
48 48
49 /** 49 /**
50 * Status from the 'enum GNUNET_ARM_ServiceStatus' 50 * Status from the 'enum GNUNET_ARM_ServiceStatus'
51 */ 51 */
@@ -58,12 +58,12 @@ struct GNUNET_ARM_Message
58{ 58{
59 /** 59 /**
60 * Reply to client, type is GNUNET_MESSAGE_TYPE_ARM_RESULT or 60 * Reply to client, type is GNUNET_MESSAGE_TYPE_ARM_RESULT or
61 * GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT. 61 * GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT.
62 * OR 62 * OR
63 * Request from client, type is GNUNET_MESSAGE_TYPE_ARM_REQUEST 63 * Request from client, type is GNUNET_MESSAGE_TYPE_ARM_REQUEST
64 */ 64 */
65 struct GNUNET_MessageHeader header; 65 struct GNUNET_MessageHeader header;
66 66
67 /** 67 /**
68 * ID of a request that is being replied to. 68 * ID of a request that is being replied to.
69 * OR 69 * OR
@@ -85,7 +85,7 @@ struct GNUNET_ARM_ResultMessage
85 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID. 85 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID.
86 */ 86 */
87 struct GNUNET_ARM_Message arm_msg; 87 struct GNUNET_ARM_Message arm_msg;
88 88
89 /** 89 /**
90 * Result from the 'enum GNUNET_ARM_Result' 90 * Result from the 'enum GNUNET_ARM_Result'
91 */ 91 */
@@ -93,8 +93,8 @@ struct GNUNET_ARM_ResultMessage
93}; 93};
94 94
95/** 95/**
96 * Reply from ARM to client for the 96 * Reply from ARM to client for the
97 * GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count 97 * GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count
98 * '\0' terminated strings. header->size contains the 98 * '\0' terminated strings. header->size contains the
99 * total size (including all strings). 99 * total size (including all strings).
100 */ 100 */