Function libscmp::notify_id_valid[][src]

pub fn notify_id_valid(fd: RawFd, id: u64) -> bool
Expand description

Check if the given notification ID is still valid.

See seccomp_notify_id_valid(3) for an explanation of why this is necessary.