gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14911 - gnunet/src/include
Date: Thu, 7 Apr 2011 12:10:52 +0200

Author: nevans
Date: 2011-04-07 12:10:52 +0200 (Thu, 07 Apr 2011)
New Revision: 14911

Modified:
   gnunet/src/include/gnunet_testing_lib.h
Log:
api change for peergroup

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2011-04-07 10:10:09 UTC (rev 
14910)
+++ gnunet/src/include/gnunet_testing_lib.h     2011-04-07 10:10:52 UTC (rev 
14911)
@@ -980,12 +980,10 @@
  * @param total number of daemons to start
  * @param timeout total time allowed for peers to start
  * @param connect_cb function to call each time two daemons are connected
- * @param connect_cb_cls closure for connect_callback
  * @param peergroup_cb function to call once all peers are up and connected
- * @param peergroup_cb_cls closure for peergroup_cb
+ * @param peergroup_cls closure for peergroup callbacks
  * @param hostnames linked list of host structs to use to start peers on
  *                  (NULL to run on localhost only)
- * @param verbose GNUNET_YES to print progress bars, GNUNET_NO otherwise
  *
  * @return NULL on error, otherwise handle to control peer group
  */
@@ -995,11 +993,9 @@
                                unsigned int total,
                                struct GNUNET_TIME_Relative timeout,
                                GNUNET_TESTING_NotifyConnection connect_cb,
-                               void *connect_cb_cls,
                                GNUNET_TESTING_NotifyCompletion peergroup_cb,
-                               void *peergroup_cb_cls,
-                               const struct GNUNET_TESTING_Host *hostnames,
-                               int verbose);
+                               void *peergroup_cls,
+                               const struct GNUNET_TESTING_Host *hostnames);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */




reply via email to

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