Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As we saw in the previous section, signal handlers registered with the SA_SIGINFO flag are passed a siginfo_t parameter. This structure contains a field named si_value, which is an optional payload passed from the signal generator to the signal receiver.
The sigqueue( ) function, defined by POSIX, allows a process to send a signal with this payload: