summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-03 21:02:36 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-03 21:02:36 +0000
commit75619fcabe299c523f2bc8dfc61ffe4156d65405 (patch)
tree2685bdc68d19f39e2d03ab1480b1641cea4c2dd1 /libdiskfs
parent6f1868d26f0f73568274eba4670e2c5abbf57297 (diff)
(struct node): New member `cache_id'.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/diskfs.h2
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 */