update
This commit is contained in:
parent
298a200f69
commit
822f972842
@ -121,6 +121,11 @@ public:
|
|||||||
return overrun_counter_;
|
return overrun_counter_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void reset_overrun_counter()
|
||||||
|
{
|
||||||
|
overrun_counter_ = 0;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// copy from other&& and reset it to disabled state
|
// copy from other&& and reset it to disabled state
|
||||||
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
|
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
|
||||||
|
Loading…
Reference in New Issue
Block a user