aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
commit86559fb594b8a9c9c99575d4915caa4937b14311 (patch)
tree6d552e9ccb4e2dec941af45132147220d92d2af6 /src/include/gnunet_testing_lib.h
parent2ebe944c1ef77807610668fefd716e2adf9a2e9a (diff)
downloadgnunet-86559fb594b8a9c9c99575d4915caa4937b14311.tar.gz
gnunet-86559fb594b8a9c9c99575d4915caa4937b14311.zip
code not to be used by anyone, ever
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 0de51af78..f08dd9d20 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -418,6 +418,8 @@ typedef void (*GNUNET_TESTING_NotifyTopology)(void *cls,
418 * 418 *
419 * @param cfg configuration to use 419 * @param cfg configuration to use
420 * @param timeout how long to wait starting up peers 420 * @param timeout how long to wait starting up peers
421 * @param pretend GNUNET_YES to set up files but not start peer GNUNET_NO
422 * to really start the peer (default)
421 * @param hostname name of the machine where to run GNUnet 423 * @param hostname name of the machine where to run GNUnet
422 * (use NULL for localhost). 424 * (use NULL for localhost).
423 * @param ssh_username ssh username to use when connecting to hostname 425 * @param ssh_username ssh username to use when connecting to hostname
@@ -434,6 +436,7 @@ typedef void (*GNUNET_TESTING_NotifyTopology)(void *cls,
434struct GNUNET_TESTING_Daemon * 436struct GNUNET_TESTING_Daemon *
435GNUNET_TESTING_daemon_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 437GNUNET_TESTING_daemon_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
436 struct GNUNET_TIME_Relative timeout, 438 struct GNUNET_TIME_Relative timeout,
439 int pretend,
437 const char *hostname, 440 const char *hostname,
438 const char *ssh_username, 441 const char *ssh_username,
439 uint16_t sshport, 442 uint16_t sshport,