summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-22 19:12:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-22 19:12:08 +0000
commitefad94482381dc9125975dfc30cbd6a47db4fa3b (patch)
tree26ab26d04f18091c498855eed76fcc623c189a80 /libtrivfs/trivfs.h
parent47285fe47fb507f33e0ff92de50e9640bf9716b5 (diff)
Formerly trivfs.h.~7~
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index 52f12f98..1a75315e 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -30,6 +30,7 @@ struct trivfs_protid
struct trivfs_peropen
{
void *hook; /* for user use */
+ int openmodes;
int refcnt;
struct trivfs_control *cntl;
};