aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing/testing_api_cmd_get_topo_from_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing/testing_api_cmd_get_topo_from_string.c')
-rw-r--r--src/lib/testing/testing_api_cmd_get_topo_from_string.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/testing/testing_api_cmd_get_topo_from_string.c b/src/lib/testing/testing_api_cmd_get_topo_from_string.c
index 86b9f71d1..284984a4e 100644
--- a/src/lib/testing/testing_api_cmd_get_topo_from_string.c
+++ b/src/lib/testing/testing_api_cmd_get_topo_from_string.c
@@ -73,7 +73,8 @@ netjail_topology_traits (void *cls,
73{ 73{
74 struct NetJailState *ts = cls; 74 struct NetJailState *ts = cls;
75 struct GNUNET_TESTING_Trait traits[] = { 75 struct GNUNET_TESTING_Trait traits[] = {
76 GNUNET_TESTING_make_trait_get_topology ((const void *) ts->topology) 76 GNUNET_TESTING_make_trait_get_topology ((const void *) ts->topology),
77 GNUNET_TESTING_make_trait_get_topology_string ((const void *) ts->topology_string),
77 GNUNET_TESTING_trait_end () 78 GNUNET_TESTING_trait_end ()
78 }; 79 };
79 80