diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2009-10-02 03:07:53 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-06 06:34:46 -0700 |
commit | 55f55db6500835e95b324a2f28144c6a3dc55c62 (patch) | |
tree | 027a754f40a6004d92ff0a72c18fd298cc063d88 /libglusterfs/src/defaults.h | |
parent | 81cc40fee8b9cebcf5fc544c5d0c734fa7dfbb90 (diff) |
core: Separate readdirp and readdir fops
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 292 (Separate readdirp functionality from readdir fop)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=292
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, |