[−][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.
Structs
Origin | Information about a signal and its origin. |
Process | Information about process, as presented in the signal metadata. |
WithOrigin | The |
Enums
Cause | What caused a signal. |
Chld | A child changed its state. |
Sent | The means by which a signal was sent by other process. |