From: Nathan S. Evans Date: Thu, 7 Apr 2011 10:10:52 +0000 (+0000) Subject: api change for peergroup X-Git-Tag: initial-import-from-subversion-38251~18752 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a349743440abce61a229583c6088b6936b4af040;p=oweals%2Fgnunet.git api change for peergroup --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 49d33af44..8c76457e3 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -980,12 +980,10 @@ GNUNET_TESTING_daemons_vary (struct GNUNET_TESTING_PeerGroup *pg, * @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 @@ GNUNET_TESTING_peergroup_start( 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 */