aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-09 09:54:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-09 09:54:02 +0000
commit00dfa7c87e756ae8f301d59896850e1cb1a3e611 (patch)
tree02775ea6881fcd4cf771a3a54fec85f922f6e4e8 /src/include/gnunet_testing_lib.h
parent64b2ffbe912b1d54ce5703eb0d5b334043a9f3a0 (diff)
downloadgnunet-00dfa7c87e756ae8f301d59896850e1cb1a3e611.tar.gz
gnunet-00dfa7c87e756ae8f301d59896850e1cb1a3e611.zip
- doc
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