From 38683ffc63ad1440d1a7bfacf1ac9be8a4646811 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 9 Feb 2010 14:17:24 +0000 Subject: [PATCH] api mismatch fix --- src/testing/test_testing_connect.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c index ca08eaad3..70fcccd98 100644 --- a/src/testing/test_testing_connect.c +++ b/src/testing/test_testing_connect.c @@ -66,7 +66,14 @@ end1_cb (void *cls, const char *emsg) static void -my_connect_complete (void *cls, const char *emsg) +my_connect_complete (void *cls, + const struct GNUNET_PeerIdentity *first, + const struct GNUNET_PeerIdentity *second, + const struct GNUNET_CONFIGURATION_Handle *first_cfg, + const struct GNUNET_CONFIGURATION_Handle *second_cfg, + struct GNUNET_TESTING_Daemon *first_daemon, + struct GNUNET_TESTING_Daemon *second_daemon, + const char *emsg) { GNUNET_TESTING_daemon_stop (d1, &end1_cb, NULL); d1 = NULL; -- 2.25.1