From: Nathan S. Evans Date: Tue, 21 Sep 2010 13:30:05 +0000 (+0000) Subject: missing X-Git-Tag: initial-import-from-subversion-38251~20277 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ecc2c2e4f440fcfaeb267e41a929abe6c6d5b949;p=oweals%2Fgnunet.git missing --- 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 @@ -788,6 +788,13 @@ enum GNUNET_TESTING_TopologyOption */ GNUNET_TESTING_TOPOLOGY_OPTION_DFS, + /** + * Find the N closest peers to each allowed peer in the + * topology and make sure a connection to those peers + * exists in the connect topology. + */ + GNUNET_TESTING_TOPOLOGY_OPTION_ADD_CLOSEST, + /** * No options specified. */