struct fuse_file_info extension
authorBernd Schubert <bernd@bsbernd.com>
Sat, 28 Dec 2024 13:01:04 +0000 (14:01 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000 (23:04 +0100)
commitb646fa9195ea15efa9303dbe0b39cb542a2cc796
treeea48bf8745519b29c71f9ab06ffc3446321f690b
parent15d924c450eb8346607e5fba24d3b60e842e365b
struct fuse_file_info extension

Add a flags and reserved fields to struct fuse_file_info
and add a static assert on the size.

Also add another static assert for 'struct fuse_conn_info'

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
include/fuse_common.h