aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 19:40:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 19:40:39 +0000
commit5882a0a99902e4555f78a05a3d68dc72f864437f (patch)
treec080e0c35c98a1548d7dd8c1f1df6c16ba93508a /src/include/gnunet_arm_service.h
parentf557d63b75c8b14922e4a308dfc486f7e4e9f6db (diff)
downloadgnunet-5882a0a99902e4555f78a05a3d68dc72f864437f.tar.gz
gnunet-5882a0a99902e4555f78a05a3d68dc72f864437f.zip
die unstoppable multi api, die
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 8e68cd5ee..07722c97f 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -132,37 +132,6 @@ GNUNET_ARM_stop_service (struct GNUNET_ARM_Handle *h,
132 GNUNET_ARM_Callback cb, void *cb_cls); 132 GNUNET_ARM_Callback cb, void *cb_cls);
133 133
134 134
135/**
136 * Start multiple services in the specified order. Convenience
137 * function. Works asynchronously, failures are not reported.
138 *
139 * @param cfg configuration to use (needed to contact ARM;
140 * the ARM service may internally use a different
141 * configuration to determine how to start the service).
142 * @param sched scheduler to use
143 * @param ... NULL-terminated list of service names (const char*)
144 */
145void
146GNUNET_ARM_start_services (const struct GNUNET_CONFIGURATION_Handle *cfg,
147 struct GNUNET_SCHEDULER_Handle *sched,
148 ...);
149
150
151/**
152 * Stop multiple services in the specified order. Convenience
153 * function. Works asynchronously, failures are not reported.
154 *
155 * @param cfg configuration to use (needed to contact ARM;
156 * the ARM service may internally use a different
157 * configuration to determine how to start the service).
158 * @param sched scheduler to use
159 * @param ... NULL-terminated list of service names (const char*)
160 */
161void
162GNUNET_ARM_stop_services (const struct GNUNET_CONFIGURATION_Handle *cfg,
163 struct GNUNET_SCHEDULER_Handle *sched,
164 ...);
165
166 135
167#if 0 /* keep Emacsens' auto-indent happy */ 136#if 0 /* keep Emacsens' auto-indent happy */
168{ 137{