summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-14 10:29:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-14 10:29:05 +0100
commit80bdc9065093caca1c1da7373dd25a6b52bb5774 (patch)
tree3458586adb90f0236e085fd8acdd5552619d4f04 /timers.h
parentc402d57809e42137b4294185ed0b27af312f7471 (diff)
downloadvdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.gz
vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.bz2
Now explicitly triggering respawning of pattern timers
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index 79dc39a6..72e99531 100644
--- a/timers.h
+++ b/timers.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: timers.h 5.1 2020/12/26 15:49:01 kls Exp $
+ * $Id: timers.h 5.2 2021/01/14 10:29:05 kls Exp $
*/
#ifndef __TIMERS_H
@@ -98,6 +98,7 @@ public:
void SetId(int Id);
void SpawnPatternTimer(const cEvent *Event, cTimers *Timers);
bool SpawnPatternTimers(const cSchedules *Schedules, cTimers *Timers);
+ void TriggerRespawn(void);
bool SetEventFromSchedule(const cSchedules *Schedules);
bool SetEvent(const cEvent *Event);
void SetRecording(bool Recording);