diff options
Diffstat (limited to 'epgsearch.h')
-rw-r--r-- | epgsearch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h index 7545b39..61ae2eb 100644 --- a/epgsearch.h +++ b/epgsearch.h @@ -341,6 +341,10 @@ public: int TimerMode() const { return m_timerMode; } bool operator<( SearchResult const& other ) const { return m_starttime < other.m_starttime; } const cEvent* GetEvent(); + + /* JJJ: Should be done with a "Channels" argument to be sure the Lock order + * is correct; or find a better way to do this + */ #if VDRVERSNUM >= 20301 const cChannel* GetChannel() { LOCK_CHANNELS_READ; return Channels->GetByChannelID(m_channel); } #else |