aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-12 18:14:38 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-12 18:14:38 +0000
commit29aca09f2d1b6f4c56a638dd2aaef0352ff81bee (patch)
tree6e69238c4ef32d9c71c6d50111bf32ed4bc8fa86
parentcd07db057216ad47693bde4c38b45013628465b0 (diff)
downloadgnunet-29aca09f2d1b6f4c56a638dd2aaef0352ff81bee.tar.gz
gnunet-29aca09f2d1b6f4c56a638dd2aaef0352ff81bee.zip
Options for 2D Torus
-rw-r--r--src/include/gnunet_testbed_service.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index d9aa6dd4a..98ec15fe9 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -939,7 +939,9 @@ enum GNUNET_TESTBED_TopologyOption
939 GNUNET_TESTBED_TOPOLOGY_RING, 939 GNUNET_TESTBED_TOPOLOGY_RING,
940 940
941 /** 941 /**
942 * 2-d torus. No options. 942 * 2-d torus. Followed by the number `x' (unsigned int) of peers along the
943 * poloidal and the number `y' (unsigned int) of peers along the toroidal. The
944 * total number of peers must be equal to `(x * y)'
943 */ 945 */
944 GNUNET_TESTBED_TOPOLOGY_2D_TORUS, 946 GNUNET_TESTBED_TOPOLOGY_2D_TORUS,
945 947
@@ -967,14 +969,14 @@ enum GNUNET_TESTBED_TopologyOption
967 GNUNET_TESTBED_TOPOLOGY_LINE, 969 GNUNET_TESTBED_TOPOLOGY_LINE,
968 970
969 /** 971 /**
970 * All peers are disconnected. No options. 972 * Read a topology from a given file. Followed by the name of the file (const char *).
971 */ 973 */
972 GNUNET_TESTBED_TOPOLOGY_NONE, 974 GNUNET_TESTBED_TOPOLOGY_FROM_FILE,
973 975
974 /** 976 /**
975 * Read a topology from a given file. Followed by the name of the file (const char *). 977 * All peers are disconnected. No options.
976 */ 978 */
977 GNUNET_TESTBED_TOPOLOGY_FROM_FILE, 979 GNUNET_TESTBED_TOPOLOGY_NONE,
978 980
979 /** 981 /**
980 * The options should always end with this 982 * The options should always end with this