|
Joedb 10.0.5
The Journal-Only Embedded Database
|
#include "joedb/concurrency/Server.h"#include "joedb/concurrency/Client.h"#include "joedb/get_pid.h"#include "joedb/concurrency/protocol_version.h"#include "joedb/ui/get_time_string.h"#include "joedb/journal/File_Hasher.h"#include <asio/read.hpp>#include <asio/write.hpp>#include <cstdio>
Go to the source code of this file.
Namespaces | |
| namespace | joedb |
Macros | |
| #define | LOG(x) log([&](std::ostream &out){out << x;}) |
| #define | LOGID(x) log([&](std::ostream &out){session->write_id(out) << x;}) |
| #define LOG | ( | x | ) | log([&](std::ostream &out){out << x;}) |
Definition at line 8 of file Server.cpp.
| #define LOGID | ( | x | ) | log([&](std::ostream &out){session->write_id(out) << x;}) |
Definition at line 9 of file Server.cpp.