pub const ZBQ_MSG_ALIGN: usize = 16;Expand description
Message alignment requirement in bytes.
Every committed run must be a multiple of this value and every
zbq_msg_header is physically placed at an offset satisfying this.
pub const ZBQ_MSG_ALIGN: usize = 16;Message alignment requirement in bytes.
Every committed run must be a multiple of this value and every
zbq_msg_header is physically placed at an offset satisfying this.