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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 4195bdc58..4155bf5d4 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -133,6 +133,7 @@ init_notify (void *cls,
133 &init_notify, 133 &init_notify,
134 &connect_notify, 134 &connect_notify,
135 &disconnect_notify, 135 &disconnect_notify,
136 NULL,
136 &inbound_notify, 137 &inbound_notify,
137 GNUNET_YES, 138 GNUNET_YES,
138 &outbound_notify, GNUNET_YES, handlers); 139 &outbound_notify, GNUNET_YES, handlers);
@@ -182,6 +183,7 @@ run (void *cls,
182 &init_notify, 183 &init_notify,
183 &connect_notify, 184 &connect_notify,
184 &disconnect_notify, 185 &disconnect_notify,
186 NULL,
185 &inbound_notify, 187 &inbound_notify,
186 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 188 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
187} 189}