diff options
Diffstat (limited to 'libglusterfs/src/defaults.h')
| -rw-r--r-- | libglusterfs/src/defaults.h | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index 2c167d97ed4..6ef9cf571dd 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -260,7 +260,12 @@ int32_t default_readdir (call_frame_t *frame,  			  xlator_t *this,  			  fd_t *fd,  			  size_t size, off_t off); -		  + +int32_t default_readdirp (call_frame_t *frame, +			  xlator_t *this, +			  fd_t *fd, +			  size_t size, off_t off); +  int32_t default_setdents (call_frame_t *frame,  			  xlator_t *this,  			  fd_t *fd,  | 
