summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};