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:51:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-09 09:51:46 +0000
commitf1a2ee6e906e8855a7faf0f2df5c6ccb71c13e21 (patch)
tree8deca5a0fcf81560b99faffc3631f1ae5723b8bc /src/include/gnunet_testing_lib.h
parent3e1aab2cd192e4f8d3853b2841254080359e3c12 (diff)
downloadgnunet-f1a2ee6e906e8855a7faf0f2df5c6ccb71c13e21.tar.gz
gnunet-f1a2ee6e906e8855a7faf0f2df5c6ccb71c13e21.zip
- prefix env variable for specifying the tmp dir testbed/testing uses for dumping generated peer config files
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