aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-15 02:44:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-15 02:44:19 +0000
commit9827cc8e21bef6d8e06ba6924dfc8114622647ba (patch)
treede74c9eb1b5ca0ad92ed558e0489a68ee5c97064 /src/include/gnunet_protocols.h
parent8aabcda325071d9a4ba3a26bf2b12570812437fd (diff)
downloadgnunet-9827cc8e21bef6d8e06ba6924dfc8114622647ba.tar.gz
gnunet-9827cc8e21bef6d8e06ba6924dfc8114622647ba.zip
better support for daemons
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index c86ad83ce..342014ae1 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -95,10 +95,15 @@ extern "C"
95 95
96/** 96/**
97 * Response from ARM: service is now down. 97 * Response from ARM: service is now down.
98 * (failed to start it). 98 * (failed to start it or shut it down).
99 */ 99 */
100#define GNUNET_MESSAGE_TYPE_ARM_IS_DOWN 11 100#define GNUNET_MESSAGE_TYPE_ARM_IS_DOWN 11
101 101
102/**
103 * Response from ARM: service status is unknown.
104 */
105#define GNUNET_MESSAGE_TYPE_ARM_IS_UNKNOWN 12
106
102 107
103/** 108/**
104 * HELLO message used for communicating peer addresses. 109 * HELLO message used for communicating peer addresses.