MentOS
0.8.0
The Mentoring Operating System
|
Stores information about an occurrence of a specific signal. More...
Public Attributes | |
int | si_signo |
The signal number. | |
int | si_code |
A code identifying who raised the signal (see signal_sender_code_t). | |
sigval_t | si_value |
Signal value. | |
int | si_errno |
The error code of the instruction that caused the signal to be raised, or 0 if there was no error. | |
pid_t | si_pid |
Process ID of sending process. | |
uid_t | si_uid |
Real user ID of sending process. | |
void * | si_addr |
Address at which fault occurred. | |
int | si_status |
Exit value or signal for process termination. | |
int | si_band |
Band event for SIGPOLL/SIGIO. | |
Stores information about an occurrence of a specific signal.