feisty meow concerns codebase  2.140
recursive_file_copy.cpp File Reference
Include dependency graph for recursive_file_copy.cpp:

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
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 53 of file recursive_file_copy.cpp.

◆ DEBUG_RECURSIVE_FILE_COPY

#define DEBUG_RECURSIVE_FILE_COPY

Definition at line 45 of file recursive_file_copy.cpp.

◆ FAKE_HOSTNAME

#define FAKE_HOSTNAME   "internal_fake_host"

Definition at line 48 of file recursive_file_copy.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 51 of file recursive_file_copy.cpp.

◆ RETURN_ERROR_RFC

#define RETURN_ERROR_RFC (   msg,
  err 
)
Value:
{ \
LOG(msg); \
return err; \
}

Definition at line 55 of file recursive_file_copy.cpp.