Fix some extra bugs and it seems now it is even able to trim the journal

This commit is contained in:
Vitaliy Filippov
2019-11-22 12:08:44 +03:00
parent 7e87290fca
commit 82a2b8e7d9
5 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ int main(int narg, char *args[])
};
ringloop->register_consumer(main_cons);
while (true)
while (1)
{
ringloop->loop();
}