From fd41a1c0c7dd713f586517540f77c225a3169150 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 00:03:18 +0000 Subject: (trivfs_control): New members `filesys_id' and `file_id'. --- libtrivfs/trivfs.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ }; -- cgit v1.2.3