aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-11 18:42:30 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-11 18:42:30 +0000
commit0172a0872088df03d363eb217bd890f156cdf9fe (patch)
tree8ab4c3c4677da070e81311152c28dda97c449020 /src/include/gnunet_testing_lib.h
parent5decf0e2ef6928f4fc0e17075ce342b965fcafc4 (diff)
downloadgnunet-0172a0872088df03d363eb217bd890f156cdf9fe.tar.gz
gnunet-0172a0872088df03d363eb217bd890f156cdf9fe.zip
oops, missing commit
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 4 insertions, 1 deletions
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
671 * @param pg the peer group struct representing the running peers 671 * @param pg the peer group struct representing the running peers
672 * @param topology which topology to connect the peers in 672 * @param topology which topology to connect the peers in
673 * @param restrict_topology allow only direct TCP connections in this topology 673 * @param restrict_topology allow only direct TCP connections in this topology
674 * @param restrict_transports space delimited list of transports to blacklist
675 * to create restricted topology
674 * 676 *
675 * @return the maximum number of connections were all allowed peers 677 * @return the maximum number of connections were all allowed peers
676 * connected to each other 678 * connected to each other
@@ -678,7 +680,8 @@ enum GNUNET_TESTING_TopologyOption
678int 680int
679GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg, 681GNUNET_TESTING_create_topology (struct GNUNET_TESTING_PeerGroup *pg,
680 enum GNUNET_TESTING_Topology topology, 682 enum GNUNET_TESTING_Topology topology,
681 enum GNUNET_TESTING_Topology restrict_topology); 683 enum GNUNET_TESTING_Topology restrict_topology,
684 char *restrict_transports);
682 685
683/* 686/*
684 * @param pg the peer group struct representing the running peers 687 * @param pg the peer group struct representing the running peers