diff options
| author | rsc <devnull@localhost> | 2007-06-18 15:24:25 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2007-06-18 15:24:25 +0000 |
| commit | d28cfee19e748c6a1fffa1ef2eb37ec3ea0fadd0 (patch) | |
| tree | 8360436bcb8d4d1833ae5e53813eb79927bb66bc /src/libdiskfs/hfs.h | |
| parent | 6322b295cf737c785f39efa978522b0a7da5e6fa (diff) | |
| download | plan9port-d28cfee19e748c6a1fffa1ef2eb37ec3ea0fadd0.tar.gz plan9port-d28cfee19e748c6a1fffa1ef2eb37ec3ea0fadd0.zip | |
more from dave swasey
Diffstat (limited to 'src/libdiskfs/hfs.h')
| -rw-r--r-- | src/libdiskfs/hfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libdiskfs/hfs.h b/src/libdiskfs/hfs.h index 5be65a76..a8a7943e 100644 --- a/src/libdiskfs/hfs.h +++ b/src/libdiskfs/hfs.h @@ -120,6 +120,7 @@ struct Inode u32int mtime; /* modification */ u32int ctime; /* attribute modification */ u32int atime; /* access */ + u32int nlink; /* in memory only */ u32int uid; u32int gid; int mode; @@ -213,6 +214,7 @@ struct Hfs Fork catalogfork; Tree extents; /* Extentkey -> Extent[NEXTENT] */ Tree catalog; /* Catalogkey -> Catalogkey + Inode */ + u32int hlinkparent; /* 0 or cnid */ Disk *disk; Fsys *fsys; }; |
