aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
commita89c7a30d499bac96890929d745fad063eb707b2 (patch)
treecb001facf8da3cfc9e9bfaa854fb99b9b51ec636 /src/integration-tests
parentd70d18816c37c30e02977a2cc2bdb2368e95a4de (diff)
downloadgnunet-a89c7a30d499bac96890929d745fad063eb707b2.tar.gz
gnunet-a89c7a30d499bac96890929d745fad063eb707b2.zip
removing deprecated argument in 'init' callback of GNUNET_CORE_connect
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index 5bfe39e9a..9010044cc 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -948,8 +948,8 @@ core_disconnect_cb (void *cls,
948} 948}
949 949
950static void 950static void
951core_init_cb (void *cls, struct GNUNET_CORE_Handle *server, 951core_init_cb (void *cls,
952 const struct GNUNET_PeerIdentity *my_identity) 952 const struct GNUNET_PeerIdentity *my_identity)
953{ 953{
954 my_peer_id = *my_identity; 954 my_peer_id = *my_identity;
955 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Connected to core service\n"); 955 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Connected to core service\n");