diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 9c078e1d5f9..8f993b2086a 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -533,6 +533,10 @@ struct _glusterfs_ctx {          /* Buffer to 'save' backtrace even under OOM-kill like situations*/          char btbuf[GF_BACKTRACE_LEN]; +        pthread_mutex_t notify_lock; +        pthread_cond_t notify_cond; +        int notifying; +  };  typedef struct _glusterfs_ctx glusterfs_ctx_t;  | 
