aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-12 14:10:28 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-12 14:10:28 +0000
commit23d973765917886c20f19b1a5b8257b442ce20bc (patch)
tree7d6bae569601184149125f526955eda28c483abd /src/include/gnunet_testing_lib.h
parente08f18602518053e63e7550466cb52a39269aaf5 (diff)
downloadgnunet-23d973765917886c20f19b1a5b8257b442ce20bc.tar.gz
gnunet-23d973765917886c20f19b1a5b8257b442ce20bc.zip
braindead
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index d0b5c781a..a377e1d1c 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -850,9 +850,9 @@ GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption *topology_
850 * sense to do this if restrict_topology is a subset of topology. 850 * sense to do this if restrict_topology is a subset of topology.
851 * 851 *
852 * For testing peer discovery, etc. it is generally better to 852 * For testing peer discovery, etc. it is generally better to
853 * leave restrict_topology as "0" or ALL and then use the 853 * leave restrict_topology as GNUNET_TESTING_TOPOLOGY_NONE and
854 * connect_topology function to restrict the initial connection 854 * then use the connect_topology function to restrict the initial
855 * set. 855 * connection set.
856 * 856 *
857 * @param pg the peer group struct representing the running peers 857 * @param pg the peer group struct representing the running peers
858 * @param topology which topology to connect the peers in 858 * @param topology which topology to connect the peers in