extern struct event_info_header [src]

Variable length info record following event metadata.

Fields

info_type: EVENT_INFO_TYPE
pad: u8
len: u16

Source

pub const event_info_header = extern struct { info_type: EVENT_INFO_TYPE, pad: u8, len: u16, }