From b736ff82de167c8d49599f3e61d1990b60e21b6c Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 28 Apr 2010 14:25:43 +0000 Subject: [PATCH] commit lib change --- src/include/gnunet_testing_lib.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 3d36207bd..4a4eb4331 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -435,7 +435,7 @@ enum GNUNET_TESTING_Topology GNUNET_TESTING_TOPOLOGY_INTERNAT, /** - * FIXME: implement + * Scale free topology. */ GNUNET_TESTING_TOPOLOGY_SCALE_FREE, @@ -447,11 +447,14 @@ enum GNUNET_TESTING_Topology /** - * FIXME: document + * Create a topology out for a group of started peers. + * + * @param pg the peergroup that has already been started + * @param topology the topology to connect the peers into */ int -GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg - /* enum GNUNET_TESTING_Topology topo */); +GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg, + enum GNUNET_TESTING_Topology topology); /** -- 2.25.1