struct ADDFD_FLAG [src]

See seccomp_unotify(2).

Members

Source

pub const ADDFD_FLAG = struct { pub const SETFD = 1 << 0; pub const SEND = 1 << 1; }