This commit is contained in:
bergen 2022-06-09 19:39:57 +08:00
parent 298a200f69
commit 822f972842

View File

@ -121,6 +121,11 @@ public:
return overrun_counter_;
}
void reset_overrun_counter()
{
overrun_counter_ = 0;
}
private:
// copy from other&& and reset it to disabled state
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT