diff options
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 90bef74c4c3..93a01cab985 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -562,6 +562,8 @@ struct _cmd_args { /* FUSE writeback cache support */ int kernel_writeback_cache; uint32_t attr_times_granularity; + + int fuse_flush_handle_interrupt; }; typedef struct _cmd_args cmd_args_t; |