diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index bb66206..0b0ba9b 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -98,6 +98,7 @@ struct fuse_file_info { /** Padding. Reserved for future use*/ unsigned int padding : 23; unsigned int padding2 : 32; + unsigned int padding3 : 32; /** File handle id. May be filled in by filesystem in create, * open, and opendir(). Available in most other file operations on the |