diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-14 10:29:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-14 10:29:05 +0100 |
commit | 80bdc9065093caca1c1da7373dd25a6b52bb5774 (patch) | |
tree | 3458586adb90f0236e085fd8acdd5552619d4f04 /timers.h | |
parent | c402d57809e42137b4294185ed0b27af312f7471 (diff) | |
download | vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.gz vdr-80bdc9065093caca1c1da7373dd25a6b52bb5774.tar.bz2 |
Now explicitly triggering respawning of pattern timers
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |