From: Nathan S. Evans Date: Thu, 20 Jan 2011 19:49:22 +0000 (+0000) Subject: new topology option X-Git-Tag: initial-import-from-subversion-38251~19289 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4adff7c3c9e58d88d84dbc933c826cb85f2aebe;p=oweals%2Fgnunet.git new topology option --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 2e8a04594..6ad3e408c 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -746,7 +746,12 @@ enum GNUNET_TESTING_Topology /** * All peers are disconnected. */ - GNUNET_TESTING_TOPOLOGY_NONE + GNUNET_TESTING_TOPOLOGY_NONE, + + /** + * Read a topology from a given file. + */ + GNUNET_TESTING_TOPOLOGY_FROM_FILE }; /**