Wakeup ring loop

This commit is contained in:
Vitaliy Filippov
2019-11-18 14:08:11 +03:00
parent b6174075de
commit 8c690c76ec
5 changed files with 34 additions and 18 deletions
+1
View File
@@ -254,6 +254,7 @@ int blockstore_init_journal::loop()
bs->journal.crc32_last = crc32_last;
journal_buffer = NULL;
step = 100;
return 0;
}
return 1;
}