gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11326 - gnunet/src/include
Date: Tue, 11 May 2010 20:42:30 +0200

Author: nevans
Date: 2010-05-11 20:42:30 +0200 (Tue, 11 May 2010)
New Revision: 11326

Modified:
   gnunet/src/include/gnunet_testing_lib.h
Log:
oops, missing commit

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2010-05-11 17:51:36 UTC (rev 
11325)
+++ gnunet/src/include/gnunet_testing_lib.h     2010-05-11 18:42:30 UTC (rev 
11326)
@@ -671,6 +671,8 @@
  * @param pg the peer group struct representing the running peers
  * @param topology which topology to connect the peers in
  * @param restrict_topology allow only direct TCP connections in this topology
+ * @param restrict_transports space delimited list of transports to blacklist
+ *                            to create restricted topology
  *
  * @return the maximum number of connections were all allowed peers
  *         connected to each other
@@ -678,7 +680,8 @@
 int
 GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg,
                                 enum GNUNET_TESTING_Topology topology,
-                                enum GNUNET_TESTING_Topology 
restrict_topology);
+                                enum GNUNET_TESTING_Topology restrict_topology,
+                                char *restrict_transports);
 
 /*
  * @param pg the peer group struct representing the running peers




reply via email to

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