#include "server/campaignd/fs_commit.hpp"#include "log.hpp"#include "serialization/parser.hpp"#include <cerrno>#include <cstdio>#include <cstring>#include <boost/iostreams/device/file_descriptor.hpp>#include <boost/iostreams/stream.hpp>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| filesystem | |
Macros | |
| #define | DBG_FS LOG_STREAM(debug, log_filesystem) |
| #define | LOG_FS LOG_STREAM(info, log_filesystem) |
| #define | WRN_FS LOG_STREAM(warn, log_filesystem) |
| #define | ERR_FS LOG_STREAM(err, log_filesystem) |
Variables | |
| static lg::log_domain | log_filesystem ("filesystem") |
| #define DBG_FS LOG_STREAM(debug, log_filesystem) |
Definition at line 47 of file fs_commit.cpp.
| #define ERR_FS LOG_STREAM(err, log_filesystem) |
Definition at line 50 of file fs_commit.cpp.
| #define LOG_FS LOG_STREAM(info, log_filesystem) |
Definition at line 48 of file fs_commit.cpp.
| #define WRN_FS LOG_STREAM(warn, log_filesystem) |
Definition at line 49 of file fs_commit.cpp.
|
static |