[][src]Module signal_hook::iterator::exfiltrator::origin

An exfiltrator providing the process that caused the signal.

The WithOrigin is an Exfiltrator that provides the information about sending process in addition to the signal number, through the Origin type.

See the WithOrigin example.

Re-exports

pub use super::raw::Slot;
pub use crate::low_level::siginfo::Origin;
pub use crate::low_level::siginfo::Process;

Structs

WithOrigin

The Exfiltrator that produces Origin of signals.