gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24014 - gnunet/src/include
Date: Wed, 26 Sep 2012 15:29:03 +0200

Author: harsha
Date: 2012-09-26 15:29:03 +0200 (Wed, 26 Sep 2012)
New Revision: 24014

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-09-26 12:45:09 UTC (rev 
24013)
+++ gnunet/src/include/gnunet_testbed_service.h 2012-09-26 13:29:03 UTC (rev 
24014)
@@ -988,12 +988,12 @@
  * @param va topology-specific options
  * @return handle to the operation, NULL if connecting these 
  *         peers is fundamentally not possible at this time (peers
- *         not running or underlay disallows)
+ *         not running or underlay disallows) or if num_peers is less than 2
  */
 struct GNUNET_TESTBED_Operation *
 GNUNET_TESTBED_overlay_configure_topology_va (void *op_cls,
                                              unsigned int num_peers,
-                                             struct GNUNET_TESTBED_Peer *peers,
+                                             struct GNUNET_TESTBED_Peer 
**peers,
                                              enum 
GNUNET_TESTBED_TopologyOption topo,
                                              va_list va);
 
@@ -1010,12 +1010,12 @@
  * @param ... topology-specific options
  * @return handle to the operation, NULL if connecting these 
  *         peers is fundamentally not possible at this time (peers
- *         not running or underlay disallows)
+ *         not running or underlay disallows) or if num_peers is less than 2
  */
 struct GNUNET_TESTBED_Operation *
 GNUNET_TESTBED_overlay_configure_topology (void *op_cls,
                                           unsigned int num_peers,
-                                          struct GNUNET_TESTBED_Peer *peers,
+                                          struct GNUNET_TESTBED_Peer **peers,
                                           enum GNUNET_TESTBED_TopologyOption 
topo,
                                           ...);
 




reply via email to

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