diff options
| author | Anand V. Avati <avati@amp.gluster.com> | 2009-06-24 18:31:06 +0000 |
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-26 11:09:22 -0700 |
| commit | 597c06064239a6053c58477316cefd06d921eec2 (patch) | |
| tree | b4c92deb95e9bfd15f81bdc97c36c4832e67a670 /libglusterfs/src/gf-dirent.h | |
| parent | 795f087e0c25a3bb4c661b7d37583a06da1737cc (diff) | |
gf-dirent: add support for stat attribute in dir entry (to work like
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfs/src/gf-dirent.h')
| -rw-r--r-- | libglusterfs/src/gf-dirent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/gf-dirent.h b/libglusterfs/src/gf-dirent.h index e0165ef87a5..baf08a58b1f 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]; }; |
