gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31134 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r31134 - gnunet/src/conversation
Date: Fri, 6 Dec 2013 11:40:15 +0100

Author: bartpolot
Date: 2013-12-06 11:40:15 +0100 (Fri, 06 Dec 2013)
New Revision: 31134

Modified:
   gnunet/src/conversation/gnunet-service-conversation.c
Log:
- fixed compile warning


Modified: gnunet/src/conversation/gnunet-service-conversation.c
===================================================================
--- gnunet/src/conversation/gnunet-service-conversation.c       2013-12-06 
10:34:52 UTC (rev 31133)
+++ gnunet/src/conversation/gnunet-service-conversation.c       2013-12-06 
10:40:15 UTC (rev 31134)
@@ -1287,6 +1287,7 @@
  * @param channel new handle to the channel
  * @param initiator peer that started the channel
  * @param port port
+ * @param options channel option flags
  * @return initial channel context for the channel;
  *         (can be NULL -- that's not an error)
  */
@@ -1294,7 +1295,7 @@
 inbound_channel (void *cls,
                 struct GNUNET_MESH_Channel *channel,
                const struct GNUNET_PeerIdentity *initiator,
-                uint32_t port)
+                uint32_t port, enum MeshOption options)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
              _("Received incoming channel on port %u\n"),




reply via email to

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