-doxygen
[oweals/gnunet.git] / src / exit / gnunet-daemon-exit.c
index 819e4f4b632debde3fae9768452cf5ff9deb1052..fb1e5ae38ad09a38662d37bec500c501eeff8646 100644 (file)
@@ -3008,13 +3008,14 @@ receive_udp_service (void *cls,
  * @param channel new handle to the channel
  * @param initiator peer that started the channel
  * @param port destination port
+ * @param options channel options flags
  * @return initial channel context for the channel
  */
 static void *
 new_channel (void *cls,
             struct GNUNET_MESH_Channel *channel,
             const struct GNUNET_PeerIdentity *initiator,
-            uint32_t port)
+            uint32_t port, enum GNUNET_MESH_ChannelOption options)
 {
   struct ChannelState *s = GNUNET_new (struct ChannelState);