|
feisty meow concerns codebase
2.140
|
#include "cromp_transaction.h"#include <basis/environment.h>#include <basis/mutex.h>#include <loggers/critical_events.h>#include <loggers/file_logger.h>#include <loggers/program_wide_logger.h>#include <octopus/entity_defs.h>#include <octopus/infoton.h>#include <sockets/tcpip_stack.h>#include <structures/static_memory_gremlin.h>#include <textual/parser_bits.h>#include <stdio.h>
Go to the source code of this file.
Namespaces | |
| cromp | |
Macros | |
| #define | DEBUG_CROMP_TRANSACTION |
| #define | LOG(s) CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/cromp_transaction.log"), s) |
| #define | WHACK_AND_GO { packed_form.zap(0, 0); continue; } |
| #define | CHECK_LENGTH |
Functions | |
| byte_array & | cromp::cromp_name_array () |
Variables | |
| const int | cromp::MAXIMUM_TRANSACTION = 100 * MEGABYTE |
| #define CHECK_LENGTH |
Definition at line 188 of file cromp_transaction.cpp.
| #define DEBUG_CROMP_TRANSACTION |
Definition at line 39 of file cromp_transaction.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/cromp_transaction.log"), s) |
Definition at line 51 of file cromp_transaction.cpp.
| #define WHACK_AND_GO { packed_form.zap(0, 0); continue; } |
Definition at line 186 of file cromp_transaction.cpp.