gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25000 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r25000 - gnunet/src/include
Date: Fri, 16 Nov 2012 14:55:04 +0100

Author: harsha
Date: 2012-11-16 14:55:04 +0100 (Fri, 16 Nov 2012)
New Revision: 25000

Modified:
   gnunet/src/include/gnunet_testbed_service.h
Log:
- doc

Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2012-11-16 13:53:15 UTC (rev 
24999)
+++ gnunet/src/include/gnunet_testbed_service.h 2012-11-16 13:55:04 UTC (rev 
25000)
@@ -1228,7 +1228,8 @@
  *        use 'localhost'
  * @param hosts list of hosts to use for the testbed
  * @param num_peers number of peers to start
- * @param peer_cfg peer configuration template to use
+ * @param cfg the configuration to use as a template for peers and also for
+ *         checking the value of testbed helper binary
  * @param underlay_topology underlay topology to create
  * @param va topology-specific options
  * @return handle to the testbed
@@ -1238,7 +1239,7 @@
                           unsigned int num_hosts,
                           struct GNUNET_TESTBED_Host **hosts,
                           unsigned int num_peers,
-                          const struct GNUNET_CONFIGURATION_Handle *peer_cfg,
+                          const struct GNUNET_CONFIGURATION_Handle *cfg,
                           enum GNUNET_TESTBED_TopologyOption underlay_topology,
                           va_list va);
 
@@ -1255,7 +1256,8 @@
  *        use 'localhost'
  * @param hosts list of hosts to use for the testbed
  * @param num_peers number of peers to start
- * @param peer_cfg peer configuration template to use
+ * @param cfg the configuration to use as a template for peers and also for
+ *         checking the value of testbed helper binary
  * @param underlay_topology underlay topology to create
  * @param ... topology-specific options
  */
@@ -1264,7 +1266,7 @@
                        unsigned int num_hosts,
                        struct GNUNET_TESTBED_Host **hosts,
                        unsigned int num_peers,
-                       const struct GNUNET_CONFIGURATION_Handle *peer_cfg,
+                       const struct GNUNET_CONFIGURATION_Handle *cfg,
                        enum GNUNET_TESTBED_TopologyOption underlay_topology,
                        ...);
 




reply via email to

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