oops
This commit is contained in:
@ -207,7 +207,7 @@ bool Monitor::poll()
|
|||||||
if(!impl) return false;
|
if(!impl) return false;
|
||||||
Guard G(impl->mutex);
|
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;
|
const epics::pvData::PVStructurePtr& ptr = impl->last->pvStructurePtr;
|
||||||
changed = *impl->last->changedBitSet;
|
changed = *impl->last->changedBitSet;
|
||||||
overrun = *impl->last->overrunBitSet;
|
overrun = *impl->last->overrunBitSet;
|
||||||
|
Reference in New Issue
Block a user