aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index e8bfdd4e5..86eff056c 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -130,8 +130,7 @@ init_notify (void *cls,
130 p2.cfg, 130 p2.cfg,
131 TIMEOUT, 131 TIMEOUT,
132 &p2, 132 &p2,
133 &init_notify, 133 &init_notify,
134 NULL,
135 &connect_notify, 134 &connect_notify,
136 &disconnect_notify, 135 &disconnect_notify,
137 &inbound_notify, 136 &inbound_notify,
@@ -185,8 +184,7 @@ run (void *cls,
185 TIMEOUT, 184 TIMEOUT,
186 &p1, 185 &p1,
187 &init_notify, 186 &init_notify,
188 NULL, 187 &connect_notify,
189 &connect_notify,
190 &disconnect_notify, 188 &disconnect_notify,
191 &inbound_notify, 189 &inbound_notify,
192 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 190 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);