summaryrefslogtreecommitdiff
path: root/timer_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-20 18:41:07 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-02-20 18:41:07 +0100
commitbf057bf359c8650bc7023d43bf47f9237992fb15 (patch)
tree852bf4d27024aad0731469372fce01916e47f249 /timer_thread.c
parent1ca3263b1febbef86071eaaa4e8eda0bbac578fa (diff)
downloadvdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.gz
vdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.bz2
track all timer changes within epgsearch and expose this information via service
interface, 0.9.24.beta20
Diffstat (limited to 'timer_thread.c')
-rw-r--r--timer_thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/timer_thread.c b/timer_thread.c
index d47df5f..09ba627 100644
--- a/timer_thread.c
+++ b/timer_thread.c
@@ -28,6 +28,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include "epgsearchtools.h"
#include "services.h"
#include "svdrpclient.h"
+#include "timerstatus.h"
#include <vdr/tools.h>
#include <vdr/plugin.h>
@@ -95,7 +96,10 @@ void cTimerThread::Action(void)
delete service_data;
}
else
+ {
gl_TimerProgged = 1;
+ if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised();
+ }
m_Active = false;
};
}