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.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 937cca1e7..983586060 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -38,9 +38,7 @@ 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{
43
44 /** 42 /**
45 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_STATUS. 43 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_STATUS.
46 */ 44 */
@@ -54,8 +52,7 @@ struct GNUNET_ARM_StatusMessage
54 /* followed by a 0-terminated service name */ 52 /* followed by a 0-terminated service name */
55}; 53};
56 54
57struct GNUNET_ARM_Message 55struct GNUNET_ARM_Message {
58{
59 /** 56 /**
60 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or 57 * Reply to client, type is #GNUNET_MESSAGE_TYPE_ARM_RESULT or
61 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT. 58 * #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT.
@@ -84,9 +81,7 @@ struct GNUNET_ARM_Message
84/** 81/**
85 * Reply from ARM to client. 82 * Reply from ARM to client.
86 */ 83 */
87struct GNUNET_ARM_ResultMessage 84struct GNUNET_ARM_ResultMessage {
88{
89
90 /** 85 /**
91 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID. 86 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_RESULT, with an ID.
92 */ 87 */
@@ -104,8 +99,7 @@ struct GNUNET_ARM_ResultMessage
104 * '\0' terminated strings. header->size contains the 99 * '\0' terminated strings. header->size contains the
105 * total size (including all strings). 100 * total size (including all strings).
106 */ 101 */
107struct GNUNET_ARM_ListResultMessage 102struct GNUNET_ARM_ListResultMessage {
108{
109 /** 103 /**
110 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT, 104 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT,
111 * with an ID. 105 * with an ID.