From b10c8acf3ea8d0eaafaa2d1c3dd233d69448ba3e Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 16 Mar 2011 11:17:54 +0000 Subject: [PATCH] core api change --- src/testing/test_testing_topology.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index b328873f2..2caa6f921 100644 --- a/src/testing/test_testing_topology.c +++ b/src/testing/test_testing_topology.c @@ -519,6 +519,7 @@ init_notify_peer2 (void *cls, GNUNET_i2s (my_identity), GNUNET_h2s(&pos->peer1->id.hashPubKey)); #endif if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle, + GNUNET_YES, 0, TIMEOUT, &pos->peer2->id, @@ -572,6 +573,7 @@ static void connect_notify_peers (void *cls, GNUNET_i2s (&pos->peer2->id), GNUNET_h2s(&pos->peer1->id.hashPubKey)); #endif if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle, + GNUNET_YES, 0, TIMEOUT, &pos->peer2->id, -- 2.25.1