First implementation of journal trimming

In theory it's possible to start testing blockstore at this point!
This commit is contained in:
Vitaliy Filippov
2019-11-15 16:12:55 +03:00
parent c7d9dc027b
commit a4aaa3c7c7
6 changed files with 94 additions and 19 deletions
+1
View File
@@ -160,6 +160,7 @@ void blockstore::loop()
}
}
}
flusher->loop();
}
}