MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
sighand_t Struct Reference

Describes how each signal must be handled. More...

Public Attributes

atomic_t count
 Usage counter of the signal handler descriptor.
 
sigaction_t action [NSIG]
 Array of structures specifying the actions to be performed upon delivering the signals.
 
spinlock_t siglock
 Spinlock protecting both the signal descriptor and the signal handler descriptor.
 

Detailed Description

Describes how each signal must be handled.


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