Move session options into sub-struct
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 11 Oct 2016 03:21:45 +0000 (20:21 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Oct 2016 17:35:12 +0000 (10:35 -0700)
commit17b23ac3a5149eeb4d38d4830d9c5c80059ffdc3
tree18d16899ce2e988d3c8221713eae794346b0c190
parentfcc7eb01914ffdec3b83ec4fb77f71fa08284a36
Move session options into sub-struct

The session options are used only once to determine the proper
conn->want flags. It is nice to have them clearly separated from the
other struct fuse_session members that are used throughout the life of
the file system.
lib/fuse_i.h
lib/fuse_lowlevel.c