From 0172a0872088df03d363eb217bd890f156cdf9fe Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 11 May 2010 18:42:30 +0000 Subject: [PATCH] oops, missing commit --- src/include/gnunet_testing_lib.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1