From: Christian Grothoff Date: Thu, 13 Oct 2011 19:40:07 +0000 (+0000) Subject: fixing compile errors X-Git-Tag: initial-import-from-subversion-38251~16550 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0ef434c879d374768e07351228b1ca59ab8ffbc;p=oweals%2Fgnunet.git fixing compile errors --- diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c index 21fe7225e..a38e2fa29 100644 --- a/src/dv/test_transport_api_dv.c +++ b/src/dv/test_transport_api_dv.c @@ -596,7 +596,7 @@ connect_notify_peer1 (void *cls, const struct GNUNET_PeerIdentity *peer, */ pos->peer2handle = GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, - &connect_notify_peer2, NULL, NULL, NULL, + &connect_notify_peer2, NULL, NULL, GNUNET_YES, NULL, GNUNET_YES, handlers); } } @@ -646,7 +646,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) */ pos->peer1handle = GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1, - &connect_notify_peer1, NULL, NULL, NULL, GNUNET_NO, + &connect_notify_peer1, NULL, NULL, GNUNET_NO, NULL, GNUNET_NO, no_handlers); GNUNET_assert (pos->peer1handle != NULL); @@ -936,7 +936,7 @@ peers_started_callback (void *cls, const struct GNUNET_PeerIdentity *id, new_peer = GNUNET_malloc (sizeof (struct PeerContext)); new_peer->peer_handle = - GNUNET_CORE_connect (cfg, 1, d, NULL, &all_connect_handler, NULL, NULL, + GNUNET_CORE_connect (cfg, 1, d, NULL, &all_connect_handler, NULL, NULL, GNUNET_NO, NULL, GNUNET_NO, no_handlers); new_peer->daemon = d; new_peer->next = all_peers;