aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-04-07 10:10:52 +0000
committerNathan S. Evans <evans@in.tum.de>2011-04-07 10:10:52 +0000
commita349743440abce61a229583c6088b6936b4af040 (patch)
treedfcd5d9143cd0dce64caa599e2a7aecc4c363b2f /src/include
parentefa483b84378ba83d6ef58d381aabaebe0dce53a (diff)
downloadgnunet-a349743440abce61a229583c6088b6936b4af040.tar.gz
gnunet-a349743440abce61a229583c6088b6936b4af040.zip
api change for peergroup
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_lib.h10
1 files changed, 3 insertions, 7 deletions
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,
980 * @param total number of daemons to start 980 * @param total number of daemons to start
981 * @param timeout total time allowed for peers to start 981 * @param timeout total time allowed for peers to start
982 * @param connect_cb function to call each time two daemons are connected 982 * @param connect_cb function to call each time two daemons are connected
983 * @param connect_cb_cls closure for connect_callback
984 * @param peergroup_cb function to call once all peers are up and connected 983 * @param peergroup_cb function to call once all peers are up and connected
985 * @param peergroup_cb_cls closure for peergroup_cb 984 * @param peergroup_cls closure for peergroup callbacks
986 * @param hostnames linked list of host structs to use to start peers on 985 * @param hostnames linked list of host structs to use to start peers on
987 * (NULL to run on localhost only) 986 * (NULL to run on localhost only)
988 * @param verbose GNUNET_YES to print progress bars, GNUNET_NO otherwise
989 * 987 *
990 * @return NULL on error, otherwise handle to control peer group 988 * @return NULL on error, otherwise handle to control peer group
991 */ 989 */
@@ -995,11 +993,9 @@ GNUNET_TESTING_peergroup_start(
995 unsigned int total, 993 unsigned int total,
996 struct GNUNET_TIME_Relative timeout, 994 struct GNUNET_TIME_Relative timeout,
997 GNUNET_TESTING_NotifyConnection connect_cb, 995 GNUNET_TESTING_NotifyConnection connect_cb,
998 void *connect_cb_cls,
999 GNUNET_TESTING_NotifyCompletion peergroup_cb, 996 GNUNET_TESTING_NotifyCompletion peergroup_cb,
1000 void *peergroup_cb_cls, 997 void *peergroup_cls,
1001 const struct GNUNET_TESTING_Host *hostnames, 998 const struct GNUNET_TESTING_Host *hostnames);
1002 int verbose);
1003 999
1004 1000
1005#if 0 /* keep Emacsens' auto-indent happy */ 1001#if 0 /* keep Emacsens' auto-indent happy */