54d53
< m_not_avail_count = 0;
352a352,360
> void
> MessageBuffer::regStats()
> {
> m_not_avail_count
> .name(name() + ".not_avail_count")
> .desc("Number of times this buffer did not have N slots available")
> .flags(Stats::nozero);
> }
>