summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-10 00:03:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-10 00:03:18 +0000
commitfd41a1c0c7dd713f586517540f77c225a3169150 (patch)
treee7f421f240565225cd0a27370f6c74256e5bc9a6 /libtrivfs
parent4e3c9b869e590791c4232c07ba74bc4865a2e65f (diff)
(trivfs_control): New members `filesys_id' and `file_id'.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/trivfs.h2
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 */
};