aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 19:40:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 19:40:07 +0000
commita0ef434c879d374768e07351228b1ca59ab8ffbc (patch)
tree4e7ccf689c80531d1f295a7cf2914519a6a24a6e
parent689cf6a39eb8f6993aeaeecd040010245a4647ab (diff)
downloadgnunet-a0ef434c879d374768e07351228b1ca59ab8ffbc.tar.gz
gnunet-a0ef434c879d374768e07351228b1ca59ab8ffbc.zip
fixing compile errors
-rw-r--r--src/dv/test_transport_api_dv.c6
1 files changed, 3 insertions, 3 deletions
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,
596 */ 596 */
597 pos->peer2handle = 597 pos->peer2handle =
598 GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, 598 GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2,
599 &connect_notify_peer2, NULL, NULL, NULL, 599 &connect_notify_peer2, NULL, NULL,
600 GNUNET_YES, NULL, GNUNET_YES, handlers); 600 GNUNET_YES, NULL, GNUNET_YES, handlers);
601 } 601 }
602} 602}
@@ -646,7 +646,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
646 */ 646 */
647 pos->peer1handle = 647 pos->peer1handle =
648 GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1, 648 GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1,
649 &connect_notify_peer1, NULL, NULL, NULL, GNUNET_NO, 649 &connect_notify_peer1, NULL, NULL, GNUNET_NO,
650 NULL, GNUNET_NO, no_handlers); 650 NULL, GNUNET_NO, no_handlers);
651 651
652 GNUNET_assert (pos->peer1handle != NULL); 652 GNUNET_assert (pos->peer1handle != NULL);
@@ -936,7 +936,7 @@ peers_started_callback (void *cls, const struct GNUNET_PeerIdentity *id,
936 936
937 new_peer = GNUNET_malloc (sizeof (struct PeerContext)); 937 new_peer = GNUNET_malloc (sizeof (struct PeerContext));
938 new_peer->peer_handle = 938 new_peer->peer_handle =
939 GNUNET_CORE_connect (cfg, 1, d, NULL, &all_connect_handler, NULL, NULL, 939 GNUNET_CORE_connect (cfg, 1, d, NULL, &all_connect_handler, NULL,
940 NULL, GNUNET_NO, NULL, GNUNET_NO, no_handlers); 940 NULL, GNUNET_NO, NULL, GNUNET_NO, no_handlers);
941 new_peer->daemon = d; 941 new_peer->daemon = d;
942 new_peer->next = all_peers; 942 new_peer->next = all_peers;