|
feisty meow concerns codebase
2.140
|
#include "process_control.h"#include "process_entry.h"#include "shutdown_alerter.h"#include <application/command_line.h>#include <basis/array.h>#include <basis/astring.h>#include <basis/mutex.h>#include <filesystem/filename.h>#include <loggers/program_wide_logger.h>#include <structures/set.h>#include <structures/static_memory_gremlin.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <timely/timer_driver.h>#include <signal.h>#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | DEBUG_SHUTDOWN_ALERTER |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
| #define DEBUG_SHUTDOWN_ALERTER |
Definition at line 45 of file shutdown_alerter.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 49 of file shutdown_alerter.cpp.