aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
commit7d9f187d106394b2451660294df9428eb50e82d7 (patch)
tree373a78f3c10529689791b65a5ab885d3f4c761b7 /src/core/test_core_api.c
parent924137ff73bab48b720d41cf73a1197df2d4b04d (diff)
downloadgnunet-7d9f187d106394b2451660294df9428eb50e82d7.tar.gz
gnunet-7d9f187d106394b2451660294df9428eb50e82d7.zip
fixing core API issues
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 3de162a82..acece6545 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -215,6 +215,7 @@ init_notify (void *cls,
215 TIMEOUT, 215 TIMEOUT,
216 &p2, 216 &p2,
217 &init_notify, 217 &init_notify,
218 NULL,
218 &connect_notify, 219 &connect_notify,
219 &disconnect_notify, 220 &disconnect_notify,
220 &inbound_notify, 221 &inbound_notify,
@@ -305,6 +306,7 @@ run (void *cls,
305 TIMEOUT, 306 TIMEOUT,
306 &p1, 307 &p1,
307 &init_notify, 308 &init_notify,
309 NULL,
308 &connect_notify, 310 &connect_notify,
309 &disconnect_notify, 311 &disconnect_notify,
310 &inbound_notify, 312 &inbound_notify,