aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 058e23706..12f699975 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -939,9 +939,7 @@ enum GNUNET_TESTBED_TopologyOption
939 GNUNET_TESTBED_TOPOLOGY_RING, 939 GNUNET_TESTBED_TOPOLOGY_RING,
940 940
941 /** 941 /**
942 * 2-d torus. Followed by the number `x' (unsigned int) of peers along the 942 * 2-d torus. No options.
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)'
945 */ 943 */
946 GNUNET_TESTBED_TOPOLOGY_2D_TORUS, 944 GNUNET_TESTBED_TOPOLOGY_2D_TORUS,
947 945