From d36b092325e6b819da5d7d7bb591fee9ed71d57c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 6 Dec 2013 10:40:15 +0000 Subject: - fixed compile warning --- src/conversation/gnunet-service-conversation.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conversation/gnunet-service-conversation.c') diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c index 1a2f439b6..8ffea5144 100644 --- a/src/conversation/gnunet-service-conversation.c +++ b/src/conversation/gnunet-service-conversation.c @@ -1287,6 +1287,7 @@ handle_mesh_audio_message (void *cls, * @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 @@ static void * 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"), -- cgit v1.2.3