2 * virtio-fs glue for FUSE
3 * Copyright (C) 2018 Red Hat, Inc. and/or its affiliates
6 * Dave Gilbert <dgilbert@redhat.com>
8 * Implements the glue between libfuse and libvhost-user
10 * This program can be distributed under the terms of the GNU LGPLv2.
11 * See the file COPYING.LIB
21 int virtio_session_mount(struct fuse_session
*se
);
23 int virtio_loop(struct fuse_session
*se
);
26 int virtio_send_msg(struct fuse_session
*se
, struct fuse_chan
*ch
,
27 struct iovec
*iov
, int count
);