Try to submit a test write operation

This commit is contained in:
Vitaliy Filippov
2019-11-18 02:36:53 +03:00
parent debaf6c943
commit 5b8df6768b
5 changed files with 52 additions and 17 deletions
+5
View File
@@ -59,6 +59,11 @@ blockstore::~blockstore()
free(journal.sector_info);
}
bool blockstore::is_started()
{
return initialized == 10;
}
// main event loop - produce requests
void blockstore::loop()
{