aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_testing_lib.h2
-rw-r--r--src/testing/testing.c1
2 files changed, 3 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
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 4e10d50e2..c2033935d 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -436,6 +436,7 @@ GNUNET_TESTING_system_create_with_portrange (const char *testdir,
436 * service homes; the directory will be created in a temporary location 436 * service homes; the directory will be created in a temporary location
437 * depending on the underlying OS. This variable will be 437 * depending on the underlying OS. This variable will be
438 * overridden with the value of the environmental variable 438 * overridden with the value of the environmental variable
439 * GNUNET_TESTING_PREFIX, if it exists.
439 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all 440 * @param trusted_ip the ip address which will be set as TRUSTED HOST in all
440 * service configurations generated to allow control connections from 441 * service configurations generated to allow control connections from
441 * this ip. This can either be a single ip address or a network address 442 * this ip. This can either be a single ip address or a network address