Safe stop procedure

This commit is contained in:
Vitaliy Filippov
2019-11-25 01:29:07 +03:00
parent 50cf3667fa
commit be3015169f
5 changed files with 37 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ public:
journal_flusher_t(int flusher_count, blockstore *bs);
~journal_flusher_t();
void loop();
bool is_active();
void queue_flush(obj_ver_id oid);
void unshift_flush(obj_ver_id oid);
};