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, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 3f5b260eb..100f56ed5 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -93,7 +93,8 @@ struct GNUNET_TESTING_SharedService
93 * 93 *
94 * @param testdir only the directory name without any path. This is used for all 94 * @param testdir only the directory name without any path. This is used for all
95 * service homes; the directory will be created in a temporary location 95 * service homes; the directory will be created in a temporary location
96 * depending on the underlying OS 96 * depending on the underlying OS. This variable will be
97 * overridden with the value of the environmental variable
97 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all 98 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all
98 * service configurations generated to allow control connections from 99 * service configurations generated to allow control connections from
99 * this ip. This can either be a single ip address or a network address 100 * this ip. This can either be a single ip address or a network address
@@ -121,7 +122,8 @@ GNUNET_TESTING_system_create (const char *testdir,
121 * 122 *
122 * @param testdir only the directory name without any path. This is used for 123 * @param testdir only the directory name without any path. This is used for
123 * all service homes; the directory will be created in a temporary 124 * all service homes; the directory will be created in a temporary
124 * location depending on the underlying OS 125 * location depending on the underlying OS. This variable will be
126 * overridden with the value of the environmental variable
125 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all 127 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all
126 * service configurations generated to allow control connections from 128 * service configurations generated to allow control connections from
127 * this ip. This can either be a single ip address or a network address 129 * this ip. This can either be a single ip address or a network address