summaryrefslogtreecommitdiff
path: root/status.h
AgeCommit message (Collapse)Author
2017-06-09Update internal timer list if VDR timers have been changedJasmin Jessich
- New function StatusMonitor::TimerChange. - New function TimerManager::SetReloadTimers. - VDR will execute TimerChange which will use SetReloadTimers to store a timer update needs to be done. Later TimerManager::DoPendingWork will reload the actual timers from VDR. - Added missing locking to StatusMonitor functions.
2007-01-18- added status monitor to reload timers when a recording starts or stopsSascha Volkenandt