aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
commitac2de52a5de68f6f4f13b7aa01a481869fffc6aa (patch)
tree856c9f0b2f55f8cae99f3c7b3bf22beaecbf58da /src/core/test_core_api.c
parentc1a3c11f8665432d9db6d549c28c0329668e66af (diff)
downloadgnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.tar.gz
gnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.zip
hacks from trip
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}