v1 (old) store fixes for merged version

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:11 +03:00
parent 8ff2c268f7
commit dbb885a6b1
11 changed files with 87 additions and 33 deletions
+6 -2
View File
@@ -1,8 +1,10 @@
// Copyright (c) Vitaliy Filippov, 2019+
// License: VNPL-1.1 (see README.md for details)
#include "blockstore_impl.h"
#include "blockstore_internal.h"
#include "impl.h"
#include "internal.h"
namespace v1 {
bool blockstore_impl_t::enqueue_write(blockstore_op_t *op)
{
@@ -822,3 +824,5 @@ int blockstore_impl_t::dequeue_del(blockstore_op_t *op)
}
return 1;
}
} // namespace v1