Add stop method stub

This commit is contained in:
Vitaliy Filippov
2019-11-11 21:22:28 +03:00
parent 71552adf79
commit e807d7433e
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -194,6 +194,11 @@ void blockstore::loop()
}
}
bool blockstore::stop()
{
return false;
}
void blockstore::check_wait(blockstore_operation *op)
{
if (op->wait_for == WAIT_SQE)