summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-11-13 18:47:18 +0000
committerMiles Bader <miles@gnu.org>1995-11-13 18:47:18 +0000
commitcc00c25a356d38771efb98f16382ac490484565b (patch)
tree91e7e3f7f839a58b1885677942469c744aaf3dd7 /libtrivfs/trivfs.h
parent15289ea81c71e4f606689d34721b9ccf08f73c59 (diff)
(trivfs_startup): Add FLAGS arg.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h5
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,