From c4cf372fbc70e7354597692b385691149f163d2a Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Wed, 24 Jun 2009 18:31:06 +0000 Subject: gf-dirent: add support for stat attribute in dir entry (to work like Signed-off-by: Anand V. Avati --- libglusterfs/src/gf-dirent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/gf-dirent.h') diff --git a/libglusterfs/src/gf-dirent.h b/libglusterfs/src/gf-dirent.h index e0165ef87..baf08a58b 100644 --- a/libglusterfs/src/gf-dirent.h +++ b/libglusterfs/src/gf-dirent.h @@ -48,6 +48,7 @@ struct _gf_dirent_t { uint64_t d_off; uint32_t d_len; uint32_t d_type; + struct stat d_stat; char d_name[0]; }; -- cgit