aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
commit541caf3dec54aaee621fed935e667f9ee423ef31 (patch)
tree6f80958e68541ce071bc557bbfc168644963c473 /src/core/test_core_api.c
parente8bc962b2ed43e194ba124537573da236786e82c (diff)
downloadgnunet-541caf3dec54aaee621fed935e667f9ee423ef31.tar.gz
gnunet-541caf3dec54aaee621fed935e667f9ee423ef31.zip
towards fixing blacklisting APIs and implementation
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 78d6b7fe1..6b8387461 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -229,8 +229,7 @@ init_notify (void *cls,
229 p2.cfg, 229 p2.cfg,
230 TIMEOUT, 230 TIMEOUT,
231 &p2, 231 &p2,
232 &init_notify, 232 &init_notify,
233 NULL,
234 &connect_notify, 233 &connect_notify,
235 &disconnect_notify, 234 &disconnect_notify,
236 &inbound_notify, 235 &inbound_notify,
@@ -325,8 +324,7 @@ run (void *cls,
325 TIMEOUT, 324 TIMEOUT,
326 &p1, 325 &p1,
327 &init_notify, 326 &init_notify,
328 NULL, 327 &connect_notify,
329 &connect_notify,
330 &disconnect_notify, 328 &disconnect_notify,
331 &inbound_notify, 329 &inbound_notify,
332 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 330 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);