From: Sree Harsha Totakura Date: Sun, 15 Jul 2012 15:07:05 +0000 (+0000) Subject: doc X-Git-Tag: initial-import-from-subversion-38251~12475 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10b7b13845e5f2cc2aba99a127f3ba5c1fe7d6f8;p=oweals%2Fgnunet.git doc --- diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h index d78e7d0c7..5ee7f481c 100644 --- a/src/include/gnunet_testing_lib-new.h +++ b/src/include/gnunet_testing_lib-new.h @@ -137,9 +137,11 @@ GNUNET_TESTING_release_port (struct GNUNET_TESTING_System *system, /** - * Create a new configuration using the given configuration - * as a template; ports and paths will be modified to select - * available ports on the local system. If we run + * Create a new configuration using the given configuration as a template; + * ports and paths will be modified to select available ports on the local + * system. The default configuration will be available in PATHS section under + * the option DEFAULTCONFIG after the call. SERVICE_HOME is also set in PATHS + * section to the temporary directory specific to this configuration. If we run * out of "*port" numbers, return SYSERR. * * This is primarily a helper function used internally 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, /** - * Create a new configuration using the given configuration - * as a template; ports and paths will be modified to select - * available ports on the local system. If we run + * Create a new configuration using the given configuration as a template; + * ports and paths will be modified to select available ports on the local + * system. The default configuration will be available in PATHS section under + * the option DEFAULTCONFIG after the call. SERVICE_HOME is also set in PATHS + * section to the temporary directory specific to this configuration. If we run * out of "*port" numbers, return SYSERR. * * This is primarily a helper function used internally