Add queue stall tracking

This commit is contained in:
Vitaliy Filippov
2020-01-10 01:23:46 +03:00
parent 522a9db0e2
commit b3f2102f33
9 changed files with 30 additions and 0 deletions
+5
View File
@@ -20,6 +20,11 @@ bool blockstore_t::is_started()
return impl->is_started();
}
bool blockstore_t::is_stalled()
{
return impl->is_stalled();
}
bool blockstore_t::is_safe_to_stop()
{
return impl->is_safe_to_stop();