summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-10 21:15:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-10 21:15:42 +0000
commit78170aae04bb3dfc598c172e95ae3a397462e591 (patch)
tree971eb50ebb6d4b1c5cbd4a7f2e2736aa8e96ce10
parentec4dea814c38eb4a3a9b68d514a0f55ef61580e0 (diff)
(diskfs_fsys_identity): New variable.
(struct node): New member `identity'.
-rw-r--r--libdiskfs/diskfs.h5
1 files changed, 5 insertions, 0 deletions
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. */