Fix journal loading

This commit is contained in:
Vitaliy Filippov
2019-11-21 00:52:52 +03:00
parent eb55b2fe20
commit 299b7288d5
6 changed files with 44 additions and 32 deletions
+1
View File
@@ -17,6 +17,7 @@ class blockstore_init_journal
{
blockstore *bs;
int wait_state = 0, wait_count = 0;
int entries_loaded = 0;
uint8_t *journal_buffer = NULL;
uint32_t crc32_last = 0;
bool started = false;