diff --git a/p2pApp/chancache.cpp b/p2pApp/chancache.cpp index 825cf08..b95ea18 100644 --- a/p2pApp/chancache.cpp +++ b/p2pApp/chancache.cpp @@ -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"); diff --git a/testApp/testmon.cpp b/testApp/testmon.cpp new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/testApp/testmon.cpp @@ -0,0 +1 @@ +