aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
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 */