|
libclues
Linux C++ Tracing Library
|
This is the sigaction structure used by the kernel for e.g. rt_sigaction. More...
#include <sigaction.hxx>
Public Attributes | |
| SignalCB | handler |
| The signal handling function be it the old or the new signature. | |
| unsigned long | flags |
| The sigaction flags. | |
| RestorerCB | restorer |
| The restorer function (deprecated). | |
| sigset_t | mask |
| The signal mask. | |
This is the sigaction structure used by the kernel for e.g. rt_sigaction.
Found in kernel_sigaction.h of glibc
Definition at line 25 of file sigaction.hxx.
| unsigned long clues::kernel_sigaction::flags |
The sigaction flags.
Definition at line 29 of file sigaction.hxx.
| SignalCB clues::kernel_sigaction::handler |
The signal handling function be it the old or the new signature.
Definition at line 27 of file sigaction.hxx.
| sigset_t clues::kernel_sigaction::mask |
The signal mask.
Definition at line 33 of file sigaction.hxx.
| RestorerCB clues::kernel_sigaction::restorer |
The restorer function (deprecated).
Definition at line 31 of file sigaction.hxx.