Skip to main content

dlog_header_t

Type Alias dlog_header_t 

Source
pub type dlog_header_t = dlog_header;

Aliased Type§

#[repr(C)]
pub struct dlog_header_t { pub preamble: u32, pub datalen: u16, pub severity: u8, pub flags: u8, pub timestamp: i64, pub pid: u64, pub tid: u64, pub sequence: u64, }

Fields§

§preamble: u32§datalen: u16§severity: u8§flags: u8§timestamp: i64§pid: u64§tid: u64§sequence: u64