summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 15:00:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 15:00:28 +0000
commita57814b42a0705cf0749dbed18acd188ddd14751 (patch)
tree3828d5eed961f6f291b378cb91fba24331c13056 /libtrivfs/trivfs.h
parentf1372448daab78fe5cd7c0b271d33c7371352247 (diff)
(struct trivfs_control): New member `protid_bucket'.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index e8d0b88a..0d6b97f3 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -40,6 +40,7 @@ struct trivfs_control
struct port_info pi;
struct mutex lock;
struct port_class *protid_class;
+ struct port_bucket *protid_bucket;
mach_port_t underlying;
};