This commit is contained in:
Michael Davidsaver
2018-12-08 18:45:20 -08:00
parent 81af0d72e8
commit be3729cdb1

View File

@ -207,7 +207,7 @@ bool Monitor::poll()
if(!impl) return false;
Guard G(impl->mutex);
if(!impl->done && impl->op && impl->last && impl->last.next()) {
if(!impl->done && impl->op && impl->started && impl->last.next()) {
const epics::pvData::PVStructurePtr& ptr = impl->last->pvStructurePtr;
changed = *impl->last->changedBitSet;
overrun = *impl->last->overrunBitSet;