aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h1
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