summaryrefslogtreecommitdiff
path: root/searchtimer_thread.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-01-04 12:42:52 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-01-04 12:42:52 +0100
commit5f8d768468d71154e2bd29b667c6aa8af453fe27 (patch)
tree76bc0dd2dc38e695abfd554f78fdfb1621aa6c5b /searchtimer_thread.h
parent6c25a70aab63dc84ed1278195eef0a560005970d (diff)
downloadvdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.gz
vdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.bz2
use shutdown handler to prevent an interrupted search timer update
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r--searchtimer_thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchtimer_thread.h b/searchtimer_thread.h
index 7c0782e..92cc6de 100644
--- a/searchtimer_thread.h
+++ b/searchtimer_thread.h
@@ -62,6 +62,7 @@ class cSearchTimerThread: public cThread {
static char* SummaryExtended(cSearchExt* searchExt, cTimer* Timer, const cEvent* pEvent);
static cSearchTimerThread *m_Instance;
static cTimer* GetTimer(cSearchExt *searchExt, const cEvent *pEvent, bool& bTimesMatchExactly);
+ static bool justRunning;
cSearchTimerThread(cPluginEpgsearch* thePlugin);
virtual ~cSearchTimerThread();