aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-20 19:49:22 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-20 19:49:22 +0000
commitf4adff7c3c9e58d88d84dbc933c826cb85f2aebe (patch)
tree9c46a18f7d17e78c059cea6a0f603346c2231fa6
parent266e3918a47f4b4130549f1b71a54ca1ea382ea6 (diff)
downloadgnunet-f4adff7c3c9e58d88d84dbc933c826cb85f2aebe.tar.gz
gnunet-f4adff7c3c9e58d88d84dbc933c826cb85f2aebe.zip
new topology option
-rw-r--r--src/include/gnunet_testing_lib.h7
1 files changed, 6 insertions, 1 deletions
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
746 /** 746 /**
747 * All peers are disconnected. 747 * All peers are disconnected.
748 */ 748 */
749 GNUNET_TESTING_TOPOLOGY_NONE 749 GNUNET_TESTING_TOPOLOGY_NONE,
750
751 /**
752 * Read a topology from a given file.
753 */
754 GNUNET_TESTING_TOPOLOGY_FROM_FILE
750}; 755};
751 756
752/** 757/**