gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22686 - in gnunet/src: include testing


From: gnunet
Subject: [GNUnet-SVN] r22686 - in gnunet/src: include testing
Date: Sun, 15 Jul 2012 17:07:05 +0200

Author: harsha
Date: 2012-07-15 17:07:05 +0200 (Sun, 15 Jul 2012)
New Revision: 22686

Modified:
   gnunet/src/include/gnunet_testing_lib-new.h
   gnunet/src/testing/testing.c
Log:
doc

Modified: gnunet/src/include/gnunet_testing_lib-new.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib-new.h 2012-07-15 15:04:45 UTC (rev 
22685)
+++ gnunet/src/include/gnunet_testing_lib-new.h 2012-07-15 15:07:05 UTC (rev 
22686)
@@ -137,9 +137,11 @@
 
 
 /**
- * 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

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-07-15 15:04:45 UTC (rev 22685)
+++ gnunet/src/testing/testing.c        2012-07-15 15:07:05 UTC (rev 22686)
@@ -700,9 +700,11 @@
 
 
 /**
- * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]