- htons => htonl
[oweals/gnunet.git] / src / fs / gnunet-service-fs_mesh_server.c
index 4e11221e4ab3ffd682e806f35251581e6ddb5a65..e157c40e613f26791f0dd222433be191ee004d97 100644 (file)
@@ -458,13 +458,14 @@ request_cb (void *cls,
  * @param initiator the identity of the peer who wants to establish a mesh
  *            with us; NULL on binding error
  * @param port mesh port used for the incoming connection
+ * @param options channel option flags
  * @return initial channel context (our 'struct MeshClient')
  */
 static void *
 accept_cb (void *cls,
           struct GNUNET_MESH_Channel *channel,
           const struct GNUNET_PeerIdentity *initiator,
-          uint32_t port)
+          uint32_t port, enum GNUNET_MESH_ChannelOption options)
 {
   struct MeshClient *sc;