MIRA
|
Structure used in signal handlers to pass the signal and callstack. More...
#include <error/SignalHandler.h>
Public Member Functions | |
IntSignal (int s, const CallStack &stack) | |
Public Attributes | |
int | sig |
The signal that was raised (SIGABRT etc.) More... | |
const CallStack & | callStack |
The call stack backtrace at the moment the signal was raised. More... | |
Structure used in signal handlers to pass the signal and callstack.
int sig |
The signal that was raised (SIGABRT etc.)
const CallStack& callStack |
The call stack backtrace at the moment the signal was raised.