aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-06 13:59:03 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-06 13:59:03 +0000
commitaa317bd7953190ac0b0ceef02ba3f36047982a6c (patch)
tree0be172cac20979e4927a4d181e055ffcc970a207 /src/include/gnunet_testbed_service.h
parent2506c0b954088dc5f9bf267678de89fe0d4ac53e (diff)
downloadgnunet-aa317bd7953190ac0b0ceef02ba3f36047982a6c.tar.gz
gnunet-aa317bd7953190ac0b0ceef02ba3f36047982a6c.zip
testbed: STAR topology (SCNR)
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 781dc0441..bc4be0140 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -981,6 +981,11 @@ enum GNUNET_TESTBED_TopologyOption
981 GNUNET_TESTBED_TOPOLOGY_RING, 981 GNUNET_TESTBED_TOPOLOGY_RING,
982 982
983 /** 983 /**
984 * Star topology. No options.
985 */
986 GNUNET_TESTBED_TOPOLOGY_STAR,
987
988 /**
984 * 2-d torus. No options. 989 * 2-d torus. No options.
985 */ 990 */
986 GNUNET_TESTBED_TOPOLOGY_2D_TORUS, 991 GNUNET_TESTBED_TOPOLOGY_2D_TORUS,