From f4adff7c3c9e58d88d84dbc933c826cb85f2aebe Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 20 Jan 2011 19:49:22 +0000 Subject: new topology option --- src/include/gnunet_testing_lib.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_testing_lib.h') 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 }; /** -- cgit v1.2.3