15 lines
342 B
C++
15 lines
342 B
C++
#ifndef PERSISTENT_DATA_VALIDATORS_H
|
|
#define PERSISTENT_DATA_VALIDATORS_H
|
|
|
|
#include "block-cache/block_cache.h"
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
namespace persistent_data {
|
|
bcache::validator::ptr create_btree_node_validator();
|
|
}
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
#endif
|