This commit is contained in:
Michael Davidsaver
2016-01-28 12:13:43 -05:00
parent 125f04da3a
commit 0995c48f90
2 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,8 @@ ChannelCache::ChannelCache()
:provider(pva::getChannelProviderRegistry()->getProvider("pva"))
,timerQueue(&epicsTimerQueueActive::allocate(1, epicsThreadPriorityCAServerLow-2))
,cleaner(new cacheClean(this))
,cleanerRuns(0)
,cleanerDust(0)
{
if(!provider)
throw std::logic_error("Missing 'pva' provider");

1
testApp/testmon.cpp Normal file
View File

@ -0,0 +1 @@