aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index c488a5153..ad82d0a1d 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -228,6 +228,7 @@ init_notify (void *cls,
228 &init_notify, 228 &init_notify,
229 &connect_notify, 229 &connect_notify,
230 &disconnect_notify, 230 &disconnect_notify,
231 NULL,
231 &inbound_notify, 232 &inbound_notify,
232 GNUNET_YES, 233 GNUNET_YES,
233 &outbound_notify, GNUNET_YES, handlers); 234 &outbound_notify, GNUNET_YES, handlers);
@@ -321,6 +322,7 @@ run (void *cls,
321 &init_notify, 322 &init_notify,
322 &connect_notify, 323 &connect_notify,
323 &disconnect_notify, 324 &disconnect_notify,
325 NULL,
324 &inbound_notify, 326 &inbound_notify,
325 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 327 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
326} 328}