From: Sree Harsha Totakura Date: Wed, 9 Oct 2013 09:54:02 +0000 (+0000) Subject: - doc X-Git-Tag: initial-import-from-subversion-38251~6672 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=00dfa7c87e756ae8f301d59896850e1cb1a3e611;p=oweals%2Fgnunet.git - doc --- 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 * service homes; the directory will be created in a temporary location * depending on the underlying OS. This variable will be * overridden with the value of the environmental variable + * GNUNET_TESTING_PREFIX, if it exists. * @param trusted_ip the ip address which will be set as TRUSTED HOST in all * service configurations generated to allow control connections from * 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, * all service homes; the directory will be created in a temporary * location depending on the underlying OS. This variable will be * overridden with the value of the environmental variable + * GNUNET_TESTING_PREFIX, if it exists. * @param trusted_ip the ip address which will be set as TRUSTED HOST in all * service configurations generated to allow control connections from * 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, * service homes; the directory will be created in a temporary location * depending on the underlying OS. This variable will be * overridden with the value of the environmental variable + * GNUNET_TESTING_PREFIX, if it exists. * @param trusted_ip the ip address which will be set as TRUSTED HOST in all * service configurations generated to allow control connections from * this ip. This can either be a single ip address or a network address