botkernel.cpp File Reference

BotKernel implementation file. More...

#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.


Detailed Description

BotKernel implementation file.

Definition in file botkernel.cpp.


Function Documentation

void signalHandler ( int  sig  )  [static]

Catch the ALARM signal.

Catch the SIGALRM signal

Parameters:
sig Signal

Definition at line 1004 of file botkernel.cpp.

References jmp_buffer.

Referenced by BotKernel::BotKernel().


Variable Documentation

sigjmp_buf jmp_buffer

Context to save.

Definition at line 33 of file botkernel.cpp.

Referenced by BotKernel::executeFunction(), and signalHandler().


Generated on Sun Apr 19 02:47:18 2009 for trustyRC by  doxygen 1.5.7.1