Pol
Revision:cb584c9
|
#include <polsig.h>
Public Member Functions | |
PolSig () | |
Public Attributes | |
unsigned | active_client_thread_checkpoint |
unsigned | check_attack_after_move_function_checkpoint |
volatile bool | reload_configuration_signalled |
volatile bool | report_status_signalled |
unsigned | scripts_thread_checkpoint |
unsigned | tasks_thread_checkpoint |
Pol::Core::PolSig::PolSig | ( | ) |
Definition at line 26 of file polsig.cpp.
References Pol::Clib::enable_exit_signaller(), Pol::Core::install_signal_handlers(), and Pol::Core::signal_catch_thread().
unsigned Pol::Core::PolSig::active_client_thread_checkpoint |
Definition at line 43 of file polsig.h.
Referenced by Pol::Core::threadstatus_thread().
unsigned Pol::Core::PolSig::check_attack_after_move_function_checkpoint |
Definition at line 45 of file polsig.h.
Referenced by Pol::Core::threadstatus_thread().
volatile bool Pol::Core::PolSig::reload_configuration_signalled |
Definition at line 19 of file polsig.h.
Referenced by Pol::Core::catch_signals_thread(), Pol::Core::console_thread(), and Pol::Core::handle_HUP().
volatile bool Pol::Core::PolSig::report_status_signalled |
Definition at line 20 of file polsig.h.
Referenced by Pol::Core::catch_signals_thread(), Pol::Core::ConsoleCommand::exec_console_cmd(), Pol::Core::handle_SIGUSR1(), and Pol::Core::threadstatus_thread().
unsigned Pol::Core::PolSig::scripts_thread_checkpoint |
Definition at line 26 of file polsig.h.
Referenced by Pol::Core::threadstatus_thread().
unsigned Pol::Core::PolSig::tasks_thread_checkpoint |
Definition at line 38 of file polsig.h.
Referenced by Pol::Core::threadstatus_thread().