- doc
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 9 Oct 2013 09:54:02 +0000 (09:54 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 9 Oct 2013 09:54:02 +0000 (09:54 +0000)
src/include/gnunet_testing_lib.h
src/testing/testing.c

index 100f56ed5a097734dbc1460293bec8004da4b263..c15116876f3496d44fe460b54aecaff3340dde63 100644 (file)
@@ -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
index 4e10d50e27ccb30445228de38740bdb1496c5a7d..c2033935d4cc75324accd8af22f45d85758d91cd 100644 (file)
@@ -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