commit lib change
authorNathan S. Evans <evans@in.tum.de>
Wed, 28 Apr 2010 14:25:43 +0000 (14:25 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 28 Apr 2010 14:25:43 +0000 (14:25 +0000)
src/include/gnunet_testing_lib.h

index 3d36207bd7c1ed8d2e5e9ffe4632626c9dc0309e..4a4eb4331f3383ac916b2c541862e7fe6fd68a55 100644 (file)
@@ -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);
 
 
 /**