pub const NOTIF_FLAG_CONTINUE: u32 = _; // 1u32
👎Deprecated since 0.3.0: Use ScmpNotifRespFlags::CONTINUE or ScmpNotifRespFlags::CONTINUE.bits
Expand description

Userspace notification response flag

Tells the kernel to continue executing the system call that triggered the notification. Must only be used when the notification response’s error is 0.