aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h24
1 files changed, 4 insertions, 20 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e959a5cf9..5b9f0612a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -78,31 +78,15 @@ extern "C"
78#define GNUNET_MESSAGE_TYPE_ARM_STOP 9 78#define GNUNET_MESSAGE_TYPE_ARM_STOP 9
79 79
80/** 80/**
81 * Response from ARM: service is now up. 81 * Request ARM service itself to shutdown.
82 */ 82 */
83#define GNUNET_MESSAGE_TYPE_ARM_IS_UP 10 83#define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN 10
84 84
85/** 85/**
86 * Response from ARM: service is now down. 86 * Response from ARM.
87 * (failed to start it or shut it down).
88 */ 87 */
89#define GNUNET_MESSAGE_TYPE_ARM_IS_DOWN 11 88#define GNUNET_MESSAGE_TYPE_ARM_RESULT 11
90 89
91/**
92 * Response from ARM: service status is unknown.
93 */
94#define GNUNET_MESSAGE_TYPE_ARM_IS_UNKNOWN 12
95
96/**
97 * Request ARM service shutdown.
98 */
99#define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN 13
100
101/**
102 * Acknowledge service shutting down, disconnect
103 * indicates service stopped.
104 */
105#define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN_ACK 14
106 90
107/******************************************************************************* 91/*******************************************************************************
108 * HELLO message types 92 * HELLO message types