Zero  0.1.0
Macros | Typedefs | Functions | Variables
logarchiver.cpp File Reference
#include "w_defines.h"
#include "logarchiver.h"
#include "sm_options.h"
#include "log_core.h"
#include "buffer_pool.hpp"
#include "logarchive_scanner.h"
#include <algorithm>
#include "sm_base.h"
#include "stopwatch.h"

Macros

#define SM_SOURCE
 
#define LOGARCHIVER_C
 

Typedefs

typedef fixed_lists_mem_t::slot_t slot_t
 

Functions

bool runComp (const RunId &a, const RunId &b)
 

Variables

static const int DFT_BLOCK_SIZE = 1024 * 1024
 

Macro Definition Documentation

§ LOGARCHIVER_C

#define LOGARCHIVER_C

§ SM_SOURCE

#define SM_SOURCE

Typedef Documentation

§ slot_t

Function Documentation

§ runComp()

bool runComp ( const RunId a,
const RunId b 
)

Variable Documentation

§ DFT_BLOCK_SIZE

const int DFT_BLOCK_SIZE = 1024 * 1024
static