Split blockstore implementation and interface header
This commit is contained in:
@@ -138,12 +138,12 @@ struct journal_t
|
||||
|
||||
struct blockstore_journal_check_t
|
||||
{
|
||||
blockstore *bs;
|
||||
blockstore_impl_t *bs;
|
||||
uint64_t next_pos, next_sector, next_in_pos;
|
||||
int sectors_required;
|
||||
bool right_dir; // writing to the end or the beginning of the ring buffer
|
||||
|
||||
blockstore_journal_check_t(blockstore *bs);
|
||||
blockstore_journal_check_t(blockstore_impl_t *bs);
|
||||
int check_available(blockstore_op_t *op, int required, int size, int data_after);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user