diff options
-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 25985139..8049cfbe 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -76,6 +76,8 @@ struct node int references; /* hard references */ int light_references; /* light references */ + mach_port_t sockaddr; /* address for S_IFSOCK shortcut */ + int owner; struct trans_link translator; |