Zero  0.1.0
Macros | Variables
log_consumer.cpp File Reference
#include "log_consumer.h"
#include "log_core.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

Macros

#define CHECK_ERRNO(n)
 

Variables

static const int IO_BLOCK_COUNT = 8
 

Macro Definition Documentation

§ CHECK_ERRNO

#define CHECK_ERRNO (   n)
Value:
if (n == -1) { \
W_FATAL_MSG(fcOS, << "Kernel errno code: " << errno); \
}

Variable Documentation

§ IO_BLOCK_COUNT

const int IO_BLOCK_COUNT = 8
static