The Pedigree Project  0.1
Public Member Functions | Public Attributes | List of all members
PosixSubsystem::SignalHandler Struct Reference

#include <PosixSubsystem.h>

+ Collaboration diagram for PosixSubsystem::SignalHandler:

Public Member Functions

 SignalHandler (const SignalHandler &s)
 
SignalHandleroperator= (const SignalHandler &s)
 

Public Attributes

size_t sig
 Signal number.
 
SignalEventpEvent
 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.
 

Detailed Description

A signal handler

Definition at line 215 of file PosixSubsystem.h.


The documentation for this struct was generated from the following file: