diff options
Diffstat (limited to 'libglusterfs/src/defaults.h')
| -rw-r--r-- | libglusterfs/src/defaults.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index d8b99848683..2c167d97ed4 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -161,7 +161,8 @@ int32_t default_create (call_frame_t *frame,  int32_t default_open (call_frame_t *frame,  		      xlator_t *this,  		      loc_t *loc, -		      int32_t flags, fd_t *fd); +		      int32_t flags, fd_t *fd, +                      int32_t wbflags);  int32_t default_readv (call_frame_t *frame,  		       xlator_t *this,  | 
