[validators] Move the btree node validator into a separate file.
This commit is contained in:
14
persistent-data/validators.h
Normal file
14
persistent-data/validators.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user