summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/fsmutations.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtrivfs/fsmutations.h b/libtrivfs/fsmutations.h
index 5c8c9ac8..d5f78102 100644
--- a/libtrivfs/fsmutations.h
+++ b/libtrivfs/fsmutations.h
@@ -23,6 +23,9 @@
#define IO_INTRAN trivfs_protid_t _trivfs_begin_using_protid (io_t)
#define IO_DESTRUCTOR _trivfs_end_using_protid (trivfs_protid_t)
+#define FSYS_INTRAN trivfs_control_t _trivfs_begin_using_control (fsys_t)
+#define FSYS_DESTRUCTOR _trivfs_end_using_control (trivfs_control_t)
+
#define SERVERPREFIX trivfs_S_
#define FILE_IMPORTS import "priv.h";