From b2fb654bb333162473d0d0a3a9171b43cff7f990 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 13 Apr 2021 13:54:00 +0200 Subject: To avoid problems with very short events, non-VPS pattern timers now spawn timers for all matching events that would start while the first one is still recording --- timers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timers.h') diff --git a/timers.h b/timers.h index 18c8362d..fea94aec 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.5 2021/04/10 10:09:50 kls Exp $ + * $Id: timers.h 5.6 2021/04/13 13:54:00 kls Exp $ */ #ifndef __TIMERS_H @@ -99,7 +99,7 @@ public: time_t StartTime(void) const; time_t StopTime(void) const; void SetId(int Id); - void SpawnPatternTimer(const cEvent *Event, cTimers *Timers); + cTimer *SpawnPatternTimer(const cEvent *Event, cTimers *Timers); bool SpawnPatternTimers(const cSchedules *Schedules, cTimers *Timers); bool AdjustSpawnedTimer(void); void TriggerRespawn(void); -- cgit v1.2.3