From e5e34142cc4a31e3dbcf5c1dfb3d4df22852d029 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 18 Apr 2019 11:50:30 +0200 Subject: TNG testing: Correct parameter type --- src/transport/transport-testing2.c | 2 +- src/transport/transport-testing2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport') diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c index dbbc94c7f..df48e7782 100644 --- a/src/transport/transport-testing2.c +++ b/src/transport/transport-testing2.c @@ -220,7 +220,7 @@ communicator_start (const char *cfgname) struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle * GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (const char *service_name, - struct GNUNET_CONFIGURATION_Handle *cfg_filename, + const char *cfg_filename, GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available, //GNUNET_TRANSPORT_TESTING_Callback2 cb2, //GNUNET_TRANSPORT_TESTING_Callback3 cb3, diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h index a6f0348ef..b4d4fd3be 100644 --- a/src/transport/transport-testing2.h +++ b/src/transport/transport-testing2.h @@ -54,7 +54,7 @@ typedef void struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle * GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (const char *service_name, - struct GNUNET_CONFIGURATION_Handle *cfg, + const char *cfg_filename, GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available, //GNUNET_TRANSPORT_TESTING_Callback2 cb2, //GNUNET_TRANSPORT_TESTING_Callback3 cb3, -- cgit v1.2.3