Skip to main content

LockOwner

Type Alias LockOwner 

Source
pub type LockOwner = (u64, [u8; 16]);
Expand description

Identifies the open that owns a byte-range lock: (session_id, file_id).