feisty meow concerns codebase
2.140
|
#include "file_transfer_tentacle.h"
#include <basis/mutex.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename.h>
#include <filesystem/filename_list.h>
#include <filesystem/heavy_file_ops.h>
#include <loggers/program_wide_logger.h>
#include <octopus/entity_defs.h>
#include <octopus/entity_data_bin.h>
#include <octopus/unhandled_request.h>
#include <processes/ethread.h>
#include <textual/parser_bits.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | AUTO_LOCK auto_synchronizer loc(*_lock); |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
const int | octopi::FTT_CLEANING_INTERVAL = 30 * SECOND_ms |
const int | octopi::TRANSFER_TIMEOUT = 10 * MINUTE_ms |
#define AUTO_LOCK auto_synchronizer loc(*_lock); |
Definition at line 41 of file file_transfer_tentacle.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 54 of file file_transfer_tentacle.cpp.