aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
commit7ae3bcd234e062c28f66db9758f61af401d0a707 (patch)
treeadb1da7611b0afd6ff0fa094a6f6bc7ebabd174e /src/integration-tests
parent006eb1c4f3307fe89c786c2f1ac866611e33d3cd (diff)
downloadgnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.tar.gz
gnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.zip
-simplifying core API (#2400)
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index ac19338cf..a06b5a763 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -1060,7 +1060,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1060 &transport_notify_disconnect_cb); 1060 &transport_notify_disconnect_cb);
1061 GNUNET_assert (th != NULL); 1061 GNUNET_assert (th != NULL);
1062 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Connected to transport service\n"); 1062 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Connected to transport service\n");
1063 ch = GNUNET_CORE_connect (cfg, 1, NULL, 1063 ch = GNUNET_CORE_connect (cfg, NULL,
1064 &core_init_cb, 1064 &core_init_cb,
1065 &core_connect_cb, 1065 &core_connect_cb,
1066 &core_disconnect_cb, 1066 &core_disconnect_cb,