aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-28 14:25:43 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-28 14:25:43 +0000
commitb736ff82de167c8d49599f3e61d1990b60e21b6c (patch)
treed0b36ccdd787f9d670b1a88f153d4d271d7756fc /src/include/gnunet_testing_lib.h
parent8fa75cae69787b07bbd4088d125b4fafb0c48ceb (diff)
downloadgnunet-b736ff82de167c8d49599f3e61d1990b60e21b6c.tar.gz
gnunet-b736ff82de167c8d49599f3e61d1990b60e21b6c.zip
commit lib change
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h11
1 files 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
435 GNUNET_TESTING_TOPOLOGY_INTERNAT, 435 GNUNET_TESTING_TOPOLOGY_INTERNAT,
436 436
437 /** 437 /**
438 * FIXME: implement 438 * Scale free topology.
439 */ 439 */
440 GNUNET_TESTING_TOPOLOGY_SCALE_FREE, 440 GNUNET_TESTING_TOPOLOGY_SCALE_FREE,
441 441
@@ -447,11 +447,14 @@ enum GNUNET_TESTING_Topology
447 447
448 448
449/** 449/**
450 * FIXME: document 450 * Create a topology out for a group of started peers.
451 *
452 * @param pg the peergroup that has already been started
453 * @param topology the topology to connect the peers into
451 */ 454 */
452int 455int
453GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg 456GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg,
454 /* enum GNUNET_TESTING_Topology topo */); 457 enum GNUNET_TESTING_Topology topology);
455 458
456 459
457/** 460/**