diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:02:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-03 21:02:36 +0000 |
commit | 75619fcabe299c523f2bc8dfc61ffe4156d65405 (patch) | |
tree | 2685bdc68d19f39e2d03ab1480b1641cea4c2dd1 /libdiskfs/diskfs.h | |
parent | 6f1868d26f0f73568274eba4670e2c5abbf57297 (diff) |
(struct node): New member `cache_id'.
Diffstat (limited to 'libdiskfs/diskfs.h')
-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 */ |