summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 15:02:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 15:02:31 +0000
commitab33490167acce974694c094b9e8ad67033ec050 (patch)
tree43aa0f12367f807bae56ca1b5886543bfc560953 /libtrivfs
parentce42eb49b65bf46803336cedd31ff0d332ff7fe8 (diff)
(trivfs_handle_port): New parms CONTROL_BUCKET and PROTID_BUCKET.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/trivfs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index 0d6b97f3..d09e70f6 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -116,7 +116,9 @@ 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_class *protid_class);
+ struct port_bucket *control_bucket
+ struct port_class *protid_class,
+ struct port_bucket *protid_bucket);
/* Install these as libports cleanroutines for trivfs_protid_class
and trivfs_cntl_class respectively. */