From: Nathan S. Evans Date: Tue, 11 May 2010 18:42:30 +0000 (+0000) Subject: oops, missing commit X-Git-Tag: initial-import-from-subversion-38251~21752 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0172a0872088df03d363eb217bd890f156cdf9fe;p=oweals%2Fgnunet.git oops, missing commit --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 9304a6135..d3ab7cb9b 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -671,6 +671,8 @@ enum GNUNET_TESTING_TopologyOption * @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 @@ enum GNUNET_TESTING_TopologyOption 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