e5ec952e1d7749164a69c98d373c5577895cb211
ServerMonitorControl::stats() assigned mon->nSquash to stat.nQueue, overwriting the queue depth set just above, and never assigned stat.nSquash. Callers of MonitorControlOp::stats() therefore could not observe the real unsent-queue depth once squashing had occurred, and never received the squash count in its documented field. Assign mon->nSquash to stat.nSquash.
PVXS - PVAccess protocol library
VCS - https://github.com/epics-base/pvxs
Documentation - https://epics-base.github.io/pvxs/
Languages
C++
95.9%
Python
2.1%
Makefile
1.3%
Shell
0.3%
CMake
0.2%
Other
0.1%