Make -o clone_fd into a parameter of session_loop_mt().
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 11 Oct 2016 04:29:36 +0000 (21:29 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Oct 2016 17:35:12 +0000 (10:35 -0700)
commit2bfa342cdadbcb3d4421dd752bbe1e63e0f6430f
tree50965d9492dd23f52a5274add9b322baa6d7a396
parent17b23ac3a5149eeb4d38d4830d9c5c80059ffdc3
Make -o clone_fd into a parameter of session_loop_mt().

This option really affects the behavior of the session loop, not the
low-level interface. Therefore, it does not belong in the fuse_session
object.
14 files changed:
ChangeLog.rst
example/hello_ll.c
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
example/passthrough_ll.c
include/fuse.h
include/fuse_lowlevel.h
lib/cuse_lowlevel.c
lib/fuse.c
lib/fuse_i.h
lib/fuse_loop_mt.c
lib/fuse_lowlevel.c
lib/helper.c