Go to the source code of this file.
Macros | |
| #define | DBG_REPLAY LOG_STREAM(debug, log_replay) |
| #define | LOG_REPLAY LOG_STREAM(info, log_replay) |
| #define | WRN_REPLAY LOG_STREAM(warn, log_replay) |
| #define | ERR_REPLAY LOG_STREAM(err, log_replay) |
Variables | |
| static lg::log_domain | log_replay ("replay") |
| static ignored_checkup | default_instnce |
| checkup * | checkup_instance = &default_instnce |
| #define DBG_REPLAY LOG_STREAM(debug, log_replay) |
Definition at line 21 of file synced_checkup.cpp.
| #define ERR_REPLAY LOG_STREAM(err, log_replay) |
Definition at line 24 of file synced_checkup.cpp.
| #define LOG_REPLAY LOG_STREAM(info, log_replay) |
Definition at line 22 of file synced_checkup.cpp.
| #define WRN_REPLAY LOG_STREAM(warn, log_replay) |
Definition at line 23 of file synced_checkup.cpp.
| checkup* checkup_instance = &default_instnce |
Definition at line 28 of file synced_checkup.cpp.
Referenced by set_scontext_synced::do_final_checkup(), set_scontext_synced::init(), actions::move_unit_internal(), and set_scontext_synced::~set_scontext_synced().
|
static |
Definition at line 26 of file synced_checkup.cpp.
|
static |