diff options
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r-- | api/src/glfs-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 1b1c1c7f624..ec1d5579df7 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -95,6 +95,7 @@ struct glfs_fd { fd_t *fd; /* Currently guared by @fs->mutex. TODO: per-glfd lock */ struct list_head entries; gf_dirent_t *next; + struct dirent *readdirbuf; }; /* glfs object handle introduced for the alternate gfapi implementation based |