feisty meow concerns codebase
2.140
|
#include "entity_data_bin.h"
#include "entity_defs.h"
#include "identity_tentacle.h"
#include "infoton.h"
#include "octopus.h"
#include "tentacle.h"
#include "unhandled_request.h"
#include <basis/astring.h>
#include <basis/mutex.h>
#include <configuration/application_configuration.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <mathematics/chaos.h>
#include <structures/amorph.h>
#include <structures/string_hash.h>
#include <timely/time_control.h>
#include <timely/time_stamp.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | GRAB_LOCK auto_synchronizer l(*_molock) |
#define | WHACK_RETURN(to_ret, to_whack) |
#define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
Variables | |
const int | octopi::MAXIMUM_TRASH_SIZE = 128 * KILOBYTE |
const int | octopi::OCTOPUS_CHECKING_INTERVAL = 4 * MINUTE_ms |
#define GRAB_LOCK auto_synchronizer l(*_molock) |
Definition at line 50 of file octopus.cpp.
#define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), t) |
Definition at line 69 of file octopus.cpp.
#define WHACK_RETURN | ( | to_ret, | |
to_whack | |||
) |
Definition at line 57 of file octopus.cpp.