The Pedigree Project
0.1
|
#include <PosixSubsystem.h>
Public Member Functions | |
SignalHandler (const SignalHandler &s) | |
SignalHandler & | operator= (const SignalHandler &s) |
Public Attributes | |
size_t | sig |
Signal number. | |
SignalEvent * | pEvent |
Event for the signal handler. | |
uint32_t | sigMask |
Signal mask to set when this signal handler is called. | |
uint32_t | flags |
Signal handler flags. | |
int | type |
Type - 0 = normal, 1 = SIG_DFL, 2 = SIG_IGN. | |
A signal handler
Definition at line 215 of file PosixSubsystem.h.