#include "living_item.h"#include "life_maintainer.h"#include <basis/auto_synch.h>#include <basis/mutex.h>#include <data_struct/byte_hasher.h>#include <data_struct/int_hash.cpp>#include <data_struct/unique_id.h>#include <mechanisms/heartbeat.h>Include dependency graph for life_maintainer.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | AUTO_LOCK auto_synchronizer l(*_lock) |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | MAX_LFMT_BITS = 10 |
| #define AUTO_LOCK auto_synchronizer l(*_lock) |
Definition at line 34 of file life_maintainer.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 37 of file life_maintainer.cpp.
| const int MAX_LFMT_BITS = 10 |
Definition at line 30 of file life_maintainer.cpp.
1.5.1