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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 100f56ed5..c15116876 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -95,6 +95,7 @@ struct GNUNET_TESTING_SharedService
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. This variable will be 96 * depending on the underlying OS. This variable will be
97 * overridden with the value of the environmental variable 97 * overridden with the value of the environmental variable
98 * GNUNET_TESTING_PREFIX, if it exists.
98 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all 99 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all
99 * service configurations generated to allow control connections from 100 * service configurations generated to allow control connections from
100 * this ip. This can either be a single ip address or a network address 101 * this ip. This can either be a single ip address or a network address
@@ -124,6 +125,7 @@ GNUNET_TESTING_system_create (const char *testdir,
124 * all service homes; the directory will be created in a temporary 125 * all service homes; the directory will be created in a temporary
125 * location depending on the underlying OS. This variable will be 126 * location depending on the underlying OS. This variable will be
126 * overridden with the value of the environmental variable 127 * overridden with the value of the environmental variable
128 * GNUNET_TESTING_PREFIX, if it exists.
127 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all 129 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all
128 * service configurations generated to allow control connections from 130 * service configurations generated to allow control connections from
129 * this ip. This can either be a single ip address or a network address 131 * this ip. This can either be a single ip address or a network address