diff options
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r-- | api/src/glfs-internal.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 8c9e356f9c3..c2fc0ecc1ea 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -39,8 +39,10 @@ struct glfs { }; struct glfs_fd { - off_t offset; - fd_t *fd; + off_t offset; + fd_t *fd; + struct list_head entries; + gf_dirent_t *next; }; #define DEFAULT_EVENT_POOL_SIZE 16384 |