Try to submit a test write operation
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user