diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:03:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 00:03:18 +0000 |
commit | fd41a1c0c7dd713f586517540f77c225a3169150 (patch) | |
tree | e7f421f240565225cd0a27370f6c74256e5bc9a6 | |
parent | 4e3c9b869e590791c4232c07ba74bc4865a2e65f (diff) |
(trivfs_control): New members `filesys_id' and `file_id'.
-rw-r--r-- | libtrivfs/trivfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 0a72dd28..9a5915fb 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -56,6 +56,8 @@ struct trivfs_control struct mutex lock; struct port_class *protid_class; struct port_bucket *protid_bucket; + mach_port_t filesys_id; + mach_port_t file_id; mach_port_t underlying; void *hook; /* for user use */ }; |