From 3310d5e315b0b789a1323b719cebee675b4bfe6b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 15:14:17 +0000 Subject: (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET. --- libtrivfs/trivfs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libtrivfs') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index d09e70f6..51ba0519 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -105,7 +105,9 @@ void (*trivfs_peropen_destroy_hook) (struct trivfs_peropen *); any error occurs sending fsys_startup, it is returned, otherwise 0. */ error_t trivfs_startup(mach_port_t bootstrap, struct port_class *control_class, + struct port_bucket *control_bucket, struct port_class *protid_class, + struct port_bucket *protid_bucket, struct trivfs_control **control); /* Call this to create a new control port and return a receive right @@ -116,7 +118,7 @@ error_t trivfs_startup(mach_port_t bootstrap, to be used for the control port for this node. */ mach_port_t trivfs_handle_port (mach_port_t underlying, struct port_class *control_class, - struct port_bucket *control_bucket + struct port_bucket *control_bucket, struct port_class *protid_class, struct port_bucket *protid_bucket); -- cgit v1.2.3