diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -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 839a1d47d2a..2e709b9d703 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -520,6 +520,8 @@ struct _glusterfs_ctx {          int                 notifying;          struct gf_ctx_tw   *tw; /* refcounted timer_wheel */ + +        gf_lock_t           volfile_lock;  };  typedef struct _glusterfs_ctx glusterfs_ctx_t;  | 
