aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 6d3ae04dc..c2375620a 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -375,6 +375,7 @@ init_notify (void *cls,
375 &init_notify, 375 &init_notify,
376 &connect_notify, 376 &connect_notify,
377 &disconnect_notify, 377 &disconnect_notify,
378 NULL,
378 &inbound_notify, 379 &inbound_notify,
379 GNUNET_YES, 380 GNUNET_YES,
380 &outbound_notify, GNUNET_YES, handlers); 381 &outbound_notify, GNUNET_YES, handlers);
@@ -468,6 +469,7 @@ run (void *cls,
468 &init_notify, 469 &init_notify,
469 &connect_notify, 470 &connect_notify,
470 &disconnect_notify, 471 &disconnect_notify,
472 NULL,
471 &inbound_notify, 473 &inbound_notify,
472 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 474 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
473} 475}