From: Nathan S. Evans Date: Wed, 28 Apr 2010 14:25:43 +0000 (+0000) Subject: commit lib change X-Git-Tag: initial-import-from-subversion-38251~21973 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=b736ff82de167c8d49599f3e61d1990b60e21b6c;p=oweals%2Fgnunet.git commit lib change --- 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); /**