aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 466692ce7..1798a1af6 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1886,7 +1886,7 @@ notify_connect_result (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1886 */ 1886 */
1887static void 1887static void
1888connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 1888connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
1889 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1889 const struct GNUNET_ATS_Information *atsi)
1890{ 1890{
1891 struct GNUNET_TESTING_ConnectContext *ctx = cls; 1891 struct GNUNET_TESTING_ConnectContext *ctx = cls;
1892 1892
@@ -2084,7 +2084,7 @@ reattempt_daemons_connect (void *cls,
2084 */ 2084 */
2085static void 2085static void
2086core_initial_iteration (void *cls, const struct GNUNET_PeerIdentity *peer, 2086core_initial_iteration (void *cls, const struct GNUNET_PeerIdentity *peer,
2087 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 2087 const struct GNUNET_ATS_Information *atsi)
2088{ 2088{
2089 struct GNUNET_TESTING_ConnectContext *ctx = cls; 2089 struct GNUNET_TESTING_ConnectContext *ctx = cls;
2090 2090