diff options
author | Miles Bader <miles@gnu.org> | 1996-11-20 02:56:44 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-11-20 02:56:44 +0000 |
commit | 08c5fd995d8f7fdd89511912c0d077d415b49b86 (patch) | |
tree | a67eaf282177e6ff53fdceaecbe1937c291e2401 /libdiskfs | |
parent | e39ead619261bcace5624908075114fc5cb4e426 (diff) |
(struct node):
Add author_tracks_uid field.
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 94dc37cf..c80f8a28 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -97,6 +97,8 @@ struct node off_t allocsize; int cache_id; + + int author_tracks_uid; }; /* Possibly lookup types for diskfs_lookup call */ |