diff options
-rw-r--r-- | libtrivfs/trivfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index e8d0b88a..0d6b97f3 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -40,6 +40,7 @@ struct trivfs_control struct port_info pi; struct mutex lock; struct port_class *protid_class; + struct port_bucket *protid_bucket; mach_port_t underlying; }; |