From: Nathan S. Evans Date: Tue, 9 Feb 2010 14:17:24 +0000 (+0000) Subject: api mismatch fix X-Git-Tag: initial-import-from-subversion-38251~22758 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38683ffc63ad1440d1a7bfacf1ac9be8a4646811;p=oweals%2Fgnunet.git api mismatch fix --- 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;