Go to the source code of this file.
Functions | |
void | shut_down (int) |
void | rotate_logs (int) |
void | reconfigure (int) |
Function Documentation
◆ reconfigure()
void reconfigure | ( | int | sig | ) |
Definition at line 715 of file main.cc.
References do_reconfigure, reconfigure(), and ReconfigureSignal.
Referenced by Mgr::ReconfigureAction::dump(), mainInitialize(), reconfigure(), watch_child(), WIN32_IpAddrChangeMonitor(), and WIN32_svcHandler().
◆ rotate_logs()
void rotate_logs | ( | int | sig | ) |
Definition at line 701 of file main.cc.
References do_rotate, rotate_logs(), and RotateSignal.
Referenced by Mgr::RotateAction::dump(), mainInitialize(), rotate_logs(), watch_child(), and WIN32_svcHandler().
◆ shut_down()
void shut_down | ( | int | sig | ) |
Definition at line 756 of file main.cc.
References do_shutdown, shut_down(), shutdown_status, and ShutdownSignal.
Referenced by Mgr::ShutdownAction::dump(), mainInitialize(), shut_down(), and WIN32_svcHandler().