extern structstd.os.linux.fanotify.event_info_header[src]

Variable length info record following event metadata.

Fields

info_type: EVENT_INFO_TYPE
pad: u8
len: u16

Source Code

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