gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/03: TNG testing: Correct parameter type


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/03: TNG testing: Correct parameter type
Date: Thu, 18 Apr 2019 15:37:53 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit e5e34142cc4a31e3dbcf5c1dfb3d4df22852d029
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Apr 18 11:50:30 2019 +0200

    TNG testing: Correct parameter type
---
 src/transport/transport-testing2.c | 2 +-
 src/transport/transport-testing2.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]