aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-16 12:11:16 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-16 12:11:16 +0000
commit1ddfaae362fb43c7a032e347d082ed8a5dc3575d (patch)
tree8a6f000f7f0c0a7c5cbf842e8956b20684e8290f /src/include/gnunet_testing_lib.h
parent5dec45de0465e2eb483c3df18773c0501992e183 (diff)
downloadgnunet-1ddfaae362fb43c7a032e347d082ed8a5dc3575d.tar.gz
gnunet-1ddfaae362fb43c7a032e347d082ed8a5dc3575d.zip
api header changes
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 13dbc7a9e..9d48f4887 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -410,6 +410,11 @@ enum GNUNET_TESTING_Topology
410 GNUNET_TESTING_TOPOLOGY_SMALL_WORLD, 410 GNUNET_TESTING_TOPOLOGY_SMALL_WORLD,
411 411
412 /** 412 /**
413 * Small-world network (ring plus random links).
414 */
415 GNUNET_TESTING_TOPOLOGY_SMALL_WORLD_RING,
416
417 /**
413 * Ring topology. 418 * Ring topology.
414 */ 419 */
415 GNUNET_TESTING_TOPOLOGY_RING, 420 GNUNET_TESTING_TOPOLOGY_RING,