aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-21 13:30:05 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-21 13:30:05 +0000
commitecc2c2e4f440fcfaeb267e41a929abe6c6d5b949 (patch)
treea6dfdc4e32d685e16d79bc553987806a3e54eabe /src/include/gnunet_testing_lib.h
parentb69cbe3e0c7be5a7c2c22ca945ecf5a0d74c1dac (diff)
downloadgnunet-ecc2c2e4f440fcfaeb267e41a929abe6c6d5b949.tar.gz
gnunet-ecc2c2e4f440fcfaeb267e41a929abe6c6d5b949.zip
missing
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 488d1a94b..3f0aeb120 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -789,6 +789,13 @@ enum GNUNET_TESTING_TopologyOption
789 GNUNET_TESTING_TOPOLOGY_OPTION_DFS, 789 GNUNET_TESTING_TOPOLOGY_OPTION_DFS,
790 790
791 /** 791 /**
792 * Find the N closest peers to each allowed peer in the
793 * topology and make sure a connection to those peers
794 * exists in the connect topology.
795 */
796 GNUNET_TESTING_TOPOLOGY_OPTION_ADD_CLOSEST,
797
798 /**
792 * No options specified. 799 * No options specified.
793 */ 800 */
794 GNUNET_TESTING_TOPOLOGY_OPTION_NONE 801 GNUNET_TESTING_TOPOLOGY_OPTION_NONE