diff options
author | Miles Bader <miles@gnu.org> | 1995-11-13 18:47:18 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-11-13 18:47:18 +0000 |
commit | cc00c25a356d38771efb98f16382ac490484565b (patch) | |
tree | 91e7e3f7f839a58b1885677942469c744aaf3dd7 | |
parent | 15289ea81c71e4f606689d34721b9ccf08f73c59 (diff) |
(trivfs_startup): Add FLAGS arg.
-rw-r--r-- | libtrivfs/trivfs.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, |