aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_mesh_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_mesh_server.c')
-rw-r--r--src/fs/gnunet-service-fs_mesh_server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_mesh_server.c b/src/fs/gnunet-service-fs_mesh_server.c
index 4e11221e4..fe2d43135 100644
--- a/src/fs/gnunet-service-fs_mesh_server.c
+++ b/src/fs/gnunet-service-fs_mesh_server.c
@@ -458,13 +458,14 @@ request_cb (void *cls,
458 * @param initiator the identity of the peer who wants to establish a mesh 458 * @param initiator the identity of the peer who wants to establish a mesh
459 * with us; NULL on binding error 459 * with us; NULL on binding error
460 * @param port mesh port used for the incoming connection 460 * @param port mesh port used for the incoming connection
461 * @param options channel option flags
461 * @return initial channel context (our 'struct MeshClient') 462 * @return initial channel context (our 'struct MeshClient')
462 */ 463 */
463static void * 464static void *
464accept_cb (void *cls, 465accept_cb (void *cls,
465 struct GNUNET_MESH_Channel *channel, 466 struct GNUNET_MESH_Channel *channel,
466 const struct GNUNET_PeerIdentity *initiator, 467 const struct GNUNET_PeerIdentity *initiator,
467 uint32_t port) 468 uint32_t port, enum MeshOption options)
468{ 469{
469 struct MeshClient *sc; 470 struct MeshClient *sc;
470 471