diff --git a/src/ca/caChannel.h b/src/ca/caChannel.h index 98e6b1b..ad3986e 100644 --- a/src/ca/caChannel.h +++ b/src/ca/caChannel.h @@ -197,7 +197,7 @@ private: CAChannelPtr channel; ChannelGetRequester::weak_pointer channelGetRequester; const epics::pvData::PVStructure::shared_pointer pvRequest; - volatile bool firstTime; + bool firstTime; chtype getType; epics::pvData::PVCopyPtr pvCopy; @@ -332,7 +332,7 @@ private: bool isStarted; chtype getType; - volatile bool firstTime; + bool firstTime; epics::pvData::PVCopyPtr pvCopy; epics::pvData::PVStructure::shared_pointer pvStructure; epics::pvData::MonitorElementPtr activeElement;