|
feisty meow concerns codebase
2.140
|
#include "machine_uid.h"#include "sequence_tracker.h"#include <basis/functions.h>#include <basis/astring.h>#include <basis/mutex.h>#include <loggers/program_wide_logger.h>#include <structures/amorph.h>#include <structures/int_hash.h>#include <textual/parser_bits.h>#include <timely/time_stamp.h>Go to the source code of this file.
Namespaces | |
| sockets | |
| Provides access to the operating system's socket methods. | |
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
| const int | sockets::MAX_BITS_FOR_SEQ_HASH = 10 |
| const int | sockets::CLEANING_SPAN = 20000 |
| const int | sockets::MAX_ITEMS = 200 |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 50 of file sequence_tracker.cpp.