From a57814b42a0705cf0749dbed18acd188ddd14751 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 15:00:28 +0000 Subject: (struct trivfs_control): New member `protid_bucket'. --- libtrivfs/trivfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libtrivfs') 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; }; -- cgit v1.2.3