From cc00c25a356d38771efb98f16382ac490484565b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 13 Nov 1995 18:47:18 +0000 Subject: (trivfs_startup): Add FLAGS arg. --- libtrivfs/trivfs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libtrivfs/trivfs.h') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 58a2bfd8..1e7e64fc 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -124,8 +124,9 @@ void (*trivfs_peropen_destroy_hook) (struct trivfs_peropen *); fsys_startup. CONTROL_TYPE is the ports library type for the control port, and PROTID_TYPE is the type for ports representing opens of this node. If CONTROL isn't NULL, the trivfs control port is return in it. If - any error occurs sending fsys_startup, it is returned, otherwise 0. */ -error_t trivfs_startup(mach_port_t bootstrap, + any error occurs sending fsys_startup, it is returned, otherwise 0. + FLAGS specifies how to open the underlying node (O_*). */ +error_t trivfs_startup(mach_port_t bootstrap, int flags, struct port_class *control_class, struct port_bucket *control_bucket, struct port_class *protid_class, -- cgit v1.2.3