fix file modified while installed in include
This commit is contained in:
@@ -197,6 +197,13 @@ inline resTableIndex fdRegId::hash (unsigned) const
|
||||
return hashid;
|
||||
}
|
||||
|
||||
inline void fdManager::lazyInitTimerQueue ()
|
||||
{
|
||||
if ( ! this->pTimerQueue ) {
|
||||
this->pTimerQueue = & epicsTimerQueuePassive::create ( *this );
|
||||
}
|
||||
}
|
||||
|
||||
inline epicsTimerQueue & fdManager::timerQueueRef ()
|
||||
{
|
||||
this->lazyInitTimerQueue ();
|
||||
|
||||
Reference in New Issue
Block a user