aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 724382c66..2f64c306b 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -401,7 +401,7 @@ typedef void
401 * Starts a peer using the given configuration and then invokes the 401 * Starts a peer using the given configuration and then invokes the
402 * given callback. This function ALSO initializes the scheduler loop 402 * given callback. This function ALSO initializes the scheduler loop
403 * and should thus be called directly from "main". The testcase 403 * and should thus be called directly from "main". The testcase
404 * should self-terminate by invoking 'GNUNET_SCHEDULER_shutdown'. 404 * should self-terminate by invoking #GNUNET_SCHEDULER_shutdown().
405 * 405 *
406 * @param testdir only the directory name without any path. This is used for 406 * @param testdir only the directory name without any path. This is used for
407 * all service homes; the directory will be created in a temporary 407 * all service homes; the directory will be created in a temporary
@@ -409,7 +409,7 @@ typedef void
409 * @param cfgfilename name of the configuration file to use; 409 * @param cfgfilename name of the configuration file to use;
410 * use NULL to only run with defaults 410 * use NULL to only run with defaults
411 * @param tm main function of the testcase 411 * @param tm main function of the testcase
412 * @param tm_cls closure for 'tm' 412 * @param tm_cls closure for @a tm
413 * @return 0 on success, 1 on error 413 * @return 0 on success, 1 on error
414 */ 414 */
415int 415int
@@ -425,7 +425,7 @@ GNUNET_TESTING_peer_run (const char *testdir,
425 * Starts a service using the given configuration and then invokes the 425 * Starts a service using the given configuration and then invokes the
426 * given callback. This function ALSO initializes the scheduler loop 426 * given callback. This function ALSO initializes the scheduler loop
427 * and should thus be called directly from "main". The testcase 427 * and should thus be called directly from "main". The testcase
428 * should self-terminate by invoking 'GNUNET_SCHEDULER_shutdown'. 428 * should self-terminate by invoking #GNUNET_SCHEDULER_shutdown().
429 * 429 *
430 * This function is useful if the testcase is for a single service 430 * This function is useful if the testcase is for a single service
431 * and if that service doesn't itself depend on other services. 431 * and if that service doesn't itself depend on other services.