diff options
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index fc14c790..9025d6b8 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -93,6 +93,8 @@ struct node struct dirmod *dirmod_reqs; off_t allocsize; + + int cache_id; }; /* Possibly lookup types for diskfs_lookup call */ |