gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11101 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r11101 - gnunet/src/include
Date: Wed, 28 Apr 2010 16:25:43 +0200

Author: nevans
Date: 2010-04-28 16:25:43 +0200 (Wed, 28 Apr 2010)
New Revision: 11101

Modified:
   gnunet/src/include/gnunet_testing_lib.h
Log:
commit lib change

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2010-04-28 14:23:56 UTC (rev 
11100)
+++ gnunet/src/include/gnunet_testing_lib.h     2010-04-28 14:25:43 UTC (rev 
11101)
@@ -435,7 +435,7 @@
   GNUNET_TESTING_TOPOLOGY_INTERNAT,
 
   /**
-   * FIXME: implement
+   * Scale free topology.
    */
   GNUNET_TESTING_TOPOLOGY_SCALE_FREE,
 
@@ -447,11 +447,14 @@
 
 
 /**
- * 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);
 
 
 /**





reply via email to

[Prev in Thread] Current Thread [Next in Thread]