From 0ed446b7c8c8bcda74a5d64cdb8f0ac2d11b2389 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 22 Mar 2011 04:43:20 +0000 Subject: Implement stripe readdirp fops Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 2159 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2159 --- xlators/cluster/stripe/src/stripe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/stripe/src/stripe.h') 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; -- cgit