doc
authorSree Harsha Totakura <totakura@in.tum.de>
Sun, 15 Jul 2012 15:07:05 +0000 (15:07 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Sun, 15 Jul 2012 15:07:05 +0000 (15:07 +0000)
src/include/gnunet_testing_lib-new.h
src/testing/testing.c

index d78e7d0c7617f814597ed2a93ab881741f0ec24f..5ee7f481cc50fc23f5ec37d2840906353007ac09 100644 (file)
@@ -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
index da0526576d8b44682648b397e114fac66c58259b..45aa0d30c8e8681a71788a8a118dc0ba9a9f6bb3 100644 (file)
@@ -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