From 78170aae04bb3dfc598c172e95ae3a397462e591 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 21:15:42 +0000 Subject: (diskfs_fsys_identity): New variable. (struct node): New member `identity'. --- libdiskfs/diskfs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 87d0cffc..d10312b8 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -80,6 +80,8 @@ struct node int references; /* hard references */ int light_references; /* light references */ + mach_port_t identity; /* io_identity port */ + mach_port_t sockaddr; /* address for S_IFSOCK shortcut */ int owner; @@ -125,6 +127,9 @@ extern mach_port_t diskfs_exec_ctl; /* send right */ extern mach_port_t diskfs_exec; /* send right */ extern auth_t diskfs_auth_server_port; /* send right */ +/* The io_identity identity port for the filesystem. */ +extern mach_port_t diskfs_fsys_identity; + /* The command line diskfs was started, set by the default argument parser. If you don't use it, set this yourself. This is only used for bootstrap file systems, to give the procserver. */ -- cgit v1.2.3