aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-15 15:07:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-15 15:07:05 +0000
commit10b7b13845e5f2cc2aba99a127f3ba5c1fe7d6f8 (patch)
treeae5fc0e909ff39cd937e5f3f65f3198efc4e8c83 /src/testing
parent428fb513ef4353f382a5e1b35e838af1fed59058 (diff)
downloadgnunet-10b7b13845e5f2cc2aba99a127f3ba5c1fe7d6f8.tar.gz
gnunet-10b7b13845e5f2cc2aba99a127f3ba5c1fe7d6f8.zip
doc
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index da0526576..45aa0d30c 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -700,9 +700,11 @@ update_config_sections (void *cls,
700 700
701 701
702/** 702/**
703 * Create a new configuration using the given configuration 703 * Create a new configuration using the given configuration as a template;
704 * as a template; ports and paths will be modified to select 704 * ports and paths will be modified to select available ports on the local
705 * available ports on the local system. If we run 705 * system. The default configuration will be available in PATHS section under
706 * the option DEFAULTCONFIG after the call. SERVICE_HOME is also set in PATHS
707 * section to the temporary directory specific to this configuration. If we run
706 * out of "*port" numbers, return SYSERR. 708 * out of "*port" numbers, return SYSERR.
707 * 709 *
708 * This is primarily a helper function used internally 710 * This is primarily a helper function used internally