diff options
-rw-r--r-- | libtrivfs/trivfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 0a72dd28..9a5915fb 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -56,6 +56,8 @@ struct trivfs_control struct mutex lock; struct port_class *protid_class; struct port_bucket *protid_bucket; + mach_port_t filesys_id; + mach_port_t file_id; mach_port_t underlying; void *hook; /* for user use */ }; |