aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-10 09:59:29 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-10 09:59:29 +0000
commit7a351c8fb4240e9ccaef55816aa47fc0a5e553ce (patch)
treeb1bb657c6ee0ab24bf892428d44545dddcb67ada /src/include/gnunet_testing_lib.h
parentdf70bc0951a8789441170770096c537666ba0c99 (diff)
downloadgnunet-7a351c8fb4240e9ccaef55816aa47fc0a5e553ce.tar.gz
gnunet-7a351c8fb4240e9ccaef55816aa47fc0a5e553ce.zip
- ignore GNUNET_TESTING_PREFIX in testbed helper
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index c15116876..910662d3f 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -51,6 +51,13 @@ extern "C"
51#define GNUNET_TESTING_HOSTKEYFILESIZE sizeof (struct GNUNET_CRYPTO_EccPrivateKey) 51#define GNUNET_TESTING_HOSTKEYFILESIZE sizeof (struct GNUNET_CRYPTO_EccPrivateKey)
52 52
53/** 53/**
54 * The environmental variable, if set, that dictates where testing should place
55 * generated peer configurations
56 */
57#define GNUNET_TESTING_PREFIX "GNUNET_TESTING_PREFIX"
58
59
60/**
54 * Handle for a system on which GNUnet peers are executed; 61 * Handle for a system on which GNUnet peers are executed;
55 * a system is used for reserving unique paths and ports. 62 * a system is used for reserving unique paths and ports.
56 */ 63 */