gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix ftbfs
Date: Fri, 14 Dec 2018 09:24:19 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 18784b777 fix ftbfs
18784b777 is described below

commit 18784b77764c56842ae59428f3ebea95c157ffab
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Dec 14 09:24:14 2018 +0100

    fix ftbfs
---
 src/include/gnunet_transport_communication_service.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_transport_communication_service.h 
b/src/include/gnunet_transport_communication_service.h
index 8cf275660..2ba1f831a 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -135,9 +135,9 @@ GNUNET_TRANSPORT_communicator_connect (const struct 
GNUNET_CONFIGURATION_Handle
                                       const char *addr_prefix,
                                        enum 
GNUNET_TRANSPORT_CommunicatorCharacteristics cc,
                                        GNUNET_TRANSPORT_CommunicatorMqInit 
mq_init,
-                                       void *mq_init_cls,
-                                      GNUNET_TRANSPORT_CommunicatorNotify 
notify_cb,
-                                      void *notify_cb_cls);
+                                       void *mq_init_cls);
+//                                    GNUNET_TRANSPORT_CommunicatorNotify 
notify_cb,
+//                                    void *notify_cb_cls);
 
 
 /**

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



reply via email to

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