diff options
author | shishir gowda <shishirng@gluster.com> | 2011-03-22 04:43:20 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-25 04:11:45 -0700 |
commit | 0ed446b7c8c8bcda74a5d64cdb8f0ac2d11b2389 (patch) | |
tree | 4f868ae7802f54920ee466efb86f86e8d6c38f7c /xlators/cluster/stripe/src/stripe.h | |
parent | c1f1345e6fc2a008ef03632cd64211bf20c244bb (diff) |
Implement stripe readdirp fops
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2159 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2159
Diffstat (limited to 'xlators/cluster/stripe/src/stripe.h')
-rw-r--r-- | xlators/cluster/stripe/src/stripe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.h b/xlators/cluster/stripe/src/stripe.h index 86555144f..73aec6ae0 100644 --- a/xlators/cluster/stripe/src/stripe.h +++ b/xlators/cluster/stripe/src/stripe.h @@ -179,6 +179,7 @@ struct stripe_local { fd_t *fd; void *value; struct iobref *iobref; + gf_dirent_t entries; }; typedef struct stripe_local stripe_local_t; |