aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.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_arm_service.h
parent8aabcda325071d9a4ba3a26bf2b12570812437fd (diff)
downloadgnunet-9827cc8e21bef6d8e06ba6924dfc8114622647ba.tar.gz
gnunet-9827cc8e21bef6d8e06ba6924dfc8114622647ba.zip
better support for daemons
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 012c27877..5a929a37e 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -51,7 +51,8 @@ extern "C"
51 * @param cls closure 51 * @param cls closure
52 * @param success GNUNET_YES if we think the service is running 52 * @param success GNUNET_YES if we think the service is running
53 * GNUNET_NO if we think the service is stopped 53 * GNUNET_NO if we think the service is stopped
54 * GNUNET_SYSERR if we think ARM was not running 54 * GNUNET_SYSERR if we think ARM was not running or
55 * if the service status is unknown
55 */ 56 */
56typedef void (*GNUNET_ARM_Callback) (void *cls, int success); 57typedef void (*GNUNET_ARM_Callback) (void *cls, int success);
57 58