aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-03-29 16:31:23 +0000
committerNathan S. Evans <evans@in.tum.de>2010-03-29 16:31:23 +0000
commitc8e7ef46a7f78e5e48dea61c7174ef1074d45b03 (patch)
treef2df3d7e26e1f4175369fbcc8468ac7f2b7a1249 /src/include/gnunet_testing_lib.h
parent33546a18a117496a01add9c8e250515fe8762382 (diff)
downloadgnunet-c8e7ef46a7f78e5e48dea61c7174ef1074d45b03.tar.gz
gnunet-c8e7ef46a7f78e5e48dea61c7174ef1074d45b03.zip
use gnunet-arm instead of gnunet-service-arm
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index f7d79b001..de7a01ea1 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -92,7 +92,7 @@ typedef void (*GNUNET_TESTING_NotifyConnection)(void *cls,
92 * reachable via "ssh" (unless the hostname is "NULL") without the 92 * reachable via "ssh" (unless the hostname is "NULL") without the
93 * need to enter a password. 93 * need to enter a password.
94 * 94 *
95 * @param sched scheduler to use 95 * @param sched scheduler to use
96 * @param cfg configuration to use 96 * @param cfg configuration to use
97 * @param hostname name of the machine where to run GNUnet 97 * @param hostname name of the machine where to run GNUnet
98 * (use NULL for localhost). 98 * (use NULL for localhost).
@@ -198,14 +198,14 @@ struct GNUNET_TESTING_PeerGroup;
198 * adjusted to ensure that no two peers running on the same system 198 * adjusted to ensure that no two peers running on the same system
199 * have the same port(s) in their respective configurations. 199 * have the same port(s) in their respective configurations.
200 * 200 *
201 * @param sched scheduler to use 201 * @param sched scheduler to use
202 * @param cfg configuration template to use 202 * @param cfg configuration template to use
203 * @param total number of daemons to start 203 * @param total number of daemons to start
204 * @param cb function to call on each daemon that was started 204 * @param cb function to call on each daemon that was started
205 * @param cb_cls closure for cb 205 * @param cb_cls closure for cb
206 * @param connect_callback function to call each time two hosts are connected 206 * @param connect_callback function to call each time two hosts are connected
207 * @param connect_callback_cls closure for connect_callback 207 * @param connect_callback_cls closure for connect_callback
208 * @param hostnames space-separated list of hostnames to use, 208 * @param hostnames space-separated list of hostnames to use,
209 * NULL to use localhost only 209 * NULL to use localhost only
210 * @return NULL on error, otherwise handle to control peer group 210 * @return NULL on error, otherwise handle to control peer group
211 */ 211 */
@@ -222,7 +222,7 @@ GNUNET_TESTING_daemons_start (struct GNUNET_SCHEDULER_Handle *sched,
222 222
223/** 223/**
224 * Shutdown all peers started in the given group. 224 * Shutdown all peers started in the given group.
225 * 225 *
226 * @param pg handle to the peer group 226 * @param pg handle to the peer group
227 */ 227 */
228void 228void
@@ -272,9 +272,10 @@ enum StartPhase
272 272
273 /** 273 /**
274 * We've been asked to terminate the instance and are now waiting for 274 * We've been asked to terminate the instance and are now waiting for
275 * the remote command to delete the configuration file to complete. 275 * the remote command to stop the gnunet-arm process and delete temporary
276 * files.
276 */ 277 */
277 SP_CLEANUP, 278 SP_SHUTDOWN_START,
278 279
279 /** 280 /**
280 * We've received a configuration update and are currently waiting for 281 * We've received a configuration update and are currently waiting for
@@ -445,7 +446,7 @@ enum GNUNET_TESTING_Topology
445/** 446/**
446 * Start "count" GNUnet daemons with a particular topology. 447 * Start "count" GNUnet daemons with a particular topology.
447 * 448 *
448 * @param sched scheduler to use 449 * @param sched scheduler to use
449 * @param cfg configuration template to use 450 * @param cfg configuration template to use
450 * @param count number of peers the testbed should have 451 * @param count number of peers the testbed should have
451 * @param topology desired topology (enforced via F2F) 452 * @param topology desired topology (enforced via F2F)