aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-15 12:06:37 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-15 12:06:37 +0000
commit3294e6c66210cdcca65524593ce09bbf4db14c7f (patch)
treed4c1dcb38f1646515b4821b04c58290f1dcc4b82 /src/include/gnunet_testing_lib.h
parent66dd280cc10564606ebba1eb17b9e4c171ca83fb (diff)
downloadgnunet-3294e6c66210cdcca65524593ce09bbf4db14c7f.tar.gz
gnunet-3294e6c66210cdcca65524593ce09bbf4db14c7f.zip
Testing api change and related test case fixes, remember retry task and clean up on exit for unix domain socket transport.
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index b0c43c44b..6ddc4ea74 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -567,7 +567,9 @@ void GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
567 * @param cfg configuration template to use 567 * @param cfg configuration template to use
568 * @param total number of daemons to start 568 * @param total number of daemons to start
569 * @param max_concurrent_connections for testing, how many peers can 569 * @param max_concurrent_connections for testing, how many peers can
570 * we connect to simultaneously 570* we connect to simultaneously
571 * @param max_concurrent_ssh when starting with ssh, how many ssh
572 * connections will we allow at once (based on remote hosts allowed!)
571 * @param timeout total time allowed for peers to start 573 * @param timeout total time allowed for peers to start
572 * @param hostkey_callback function to call on each peers hostkey generation 574 * @param hostkey_callback function to call on each peers hostkey generation
573 * if NULL, peers will be started by this call, if non-null, 575 * if NULL, peers will be started by this call, if non-null,
@@ -587,6 +589,7 @@ struct GNUNET_TESTING_PeerGroup *
587GNUNET_TESTING_daemons_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 589GNUNET_TESTING_daemons_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
588 unsigned int total, 590 unsigned int total,
589 unsigned int max_concurrent_connections, 591 unsigned int max_concurrent_connections,
592 unsigned int max_concurrent_ssh,
590 struct GNUNET_TIME_Relative timeout, 593 struct GNUNET_TIME_Relative timeout,
591 GNUNET_TESTING_NotifyHostkeyCreated 594 GNUNET_TESTING_NotifyHostkeyCreated
592 hostkey_callback, void *hostkey_cls, 595 hostkey_callback, void *hostkey_cls,