feisty meow concerns codebase
2.140
|
#include "file_transfer_infoton.h"
#include "file_transfer_tentacle.h"
#include "recursive_file_copy.h"
#include <application/application_shell.h>
#include <basis/guards.h>
#include <filesystem/directory.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename.h>
#include <filesystem/filename_list.h>
#include <filesystem/heavy_file_ops.h>
#include <filesystem/huge_file.h>
#include <loggers/program_wide_logger.h>
#include <octopus/entity_defs.h>
#include <octopus/entity_data_bin.h>
#include <octopus/octopus.h>
#include <structures/static_memory_gremlin.h>
#include <textual/string_manipulation.h>
#include <timely/time_control.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | DEBUG_RECURSIVE_FILE_COPY |
#define | FAKE_HOSTNAME "internal_fake_host" |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | BASE_LOG(s) EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | RETURN_ERROR_RFC(msg, err) |
Variables | |
const int | octopi::MAX_CHUNK_RFC_COPY_HIER = 1 * MEGABYTE |
const int | octopi::EXPECTED_MAXIMUM_TRANSFER_TIME = 10 * HOUR_ms |
#define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 53 of file recursive_file_copy.cpp.
#define DEBUG_RECURSIVE_FILE_COPY |
Definition at line 45 of file recursive_file_copy.cpp.
#define FAKE_HOSTNAME "internal_fake_host" |
Definition at line 48 of file recursive_file_copy.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 51 of file recursive_file_copy.cpp.
#define RETURN_ERROR_RFC | ( | msg, | |
err | |||
) |
Definition at line 55 of file recursive_file_copy.cpp.