feisty meow concerns codebase
2.140
|
#include <basis/byte_array.h>
#include <basis/astring.h>
#include <application/hoople_main.h>
#include <cromp/cromp_client.h>
#include <cromp/cromp_server.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename_list.h>
#include <loggers/critical_events.h>
#include <loggers/combo_logger.h>
#include <octopus/entity_defs.h>
#include <octopus/tentacle.h>
#include <sockets/internet_address.h>
#include <sockets/machine_uid.h>
#include <sockets/tcpip_stack.h>
#include <structures/static_memory_gremlin.h>
#include <tentacles/file_transfer_tentacle.h>
#include <timely/time_control.h>
#include <timely/time_stamp.h>
Go to the source code of this file.
Macros | |
#define | BASE_LOG(a) EMERGENCY_LOG(program_wide_logger::get(), astring(a)) |
#define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(a)) |
Variables | |
const int | REPORTING_INTERVAL = 28 * SECOND_ms |
const int | REFRESH_INTERVAL = 20 * MINUTE_ms |
const int | COMPARATOR_PORT = 10809 |
const int | MAX_CHUNK = 16 * KILOBYTE |
#define BASE_LOG | ( | a | ) | EMERGENCY_LOG(program_wide_logger::get(), astring(a)) |
Definition at line 50 of file find_missing.cpp.
#define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(a)) |
Definition at line 52 of file find_missing.cpp.
const int COMPARATOR_PORT = 10809 |
Definition at line 58 of file find_missing.cpp.
const int MAX_CHUNK = 16 * KILOBYTE |
Definition at line 61 of file find_missing.cpp.
const int REFRESH_INTERVAL = 20 * MINUTE_ms |
Definition at line 56 of file find_missing.cpp.
const int REPORTING_INTERVAL = 28 * SECOND_ms |
Definition at line 54 of file find_missing.cpp.