Zero  0.1.0
Macros | Functions
vol.cpp File Reference
#include "w_defines.h"
#include <boost/concept_check.hpp>
#include "sm_base.h"
#include "stnode_page.h"
#include "vol.h"
#include "log_core.h"
#include "sm_options.h"
#include "alloc_cache.h"
#include "backup_alloc_cache.h"
#include "logarchiver.h"
#include "restart.h"
#include "xct_logger.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include <fcntl.h>
#include <thread>
#include "sm.h"

Macros

#define SM_SOURCE
 
#define VOL_C
 
#define CHECK_ERRNO(n)
 

Functions

int64_t gethrtime ()
 

Macro Definition Documentation

§ CHECK_ERRNO

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

§ SM_SOURCE

#define SM_SOURCE

§ VOL_C

#define VOL_C

Function Documentation

§ gethrtime()

int64_t gethrtime ( )