diff --git a/src/source2/tier1/utl_ts_hash.rs b/src/source2/tier1/utl_ts_hash.rs index b3b17179..a2714b73 100644 --- a/src/source2/tier1/utl_ts_hash.rs +++ b/src/source2/tier1/utl_ts_hash.rs @@ -15,12 +15,11 @@ unsafe impl Pod for HashAllocatedBlob {} #[repr(C)] pub struct RTL_SRWLOCK { - pub data: Pointer64<()>, } #[repr(C)] pub struct HashBucket { - pub lock: RTL_SRWLOCK, // 0x0000 + pub lock: Pointer64, // 0x0000 pub first: Pointer64>, // 0x0008 pub first_uncommitted: Pointer64>, // 0x0010 }