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

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
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   a)    EMERGENCY_LOG(program_wide_logger::get(), astring(a))

Definition at line 50 of file find_missing.cpp.

◆ LOG

#define LOG (   a)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(a))

Definition at line 52 of file find_missing.cpp.

Variable Documentation

◆ COMPARATOR_PORT

const int COMPARATOR_PORT = 10809

Definition at line 58 of file find_missing.cpp.

◆ MAX_CHUNK

const int MAX_CHUNK = 16 * KILOBYTE

Definition at line 61 of file find_missing.cpp.

◆ REFRESH_INTERVAL

const int REFRESH_INTERVAL = 20 * MINUTE_ms

Definition at line 56 of file find_missing.cpp.

◆ REPORTING_INTERVAL

const int REPORTING_INTERVAL = 28 * SECOND_ms

Definition at line 54 of file find_missing.cpp.