summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r--api/src/glfs-internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h
index 8c9e356f9..c2fc0ecc1 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