#include "botkernel.h"
Go to the source code of this file.
Functions | |
static void | signalHandler (int) |
Catch the ALARM signal. | |
Variables | |
sigjmp_buf | jmp_buffer |
Context to save. |
Definition in file botkernel.cpp.
void signalHandler | ( | int | sig | ) | [static] |
Catch the ALARM signal.
Catch the SIGALRM signal
sig | Signal |
Definition at line 1004 of file botkernel.cpp.
References jmp_buffer.
Referenced by BotKernel::BotKernel().
sigjmp_buf jmp_buffer |
Context to save.
Definition at line 33 of file botkernel.cpp.
Referenced by BotKernel::executeFunction(), and signalHandler().