summaryrefslogtreecommitdiff
path: root/recman.h
diff options
context:
space:
mode:
Diffstat (limited to 'recman.h')
-rw-r--r--recman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/recman.h b/recman.h
index abc5359..0ff60f7 100644
--- a/recman.h
+++ b/recman.h
@@ -119,13 +119,15 @@ namespace vdrlive {
private:
RecordingsManager();
+ static bool StateChanged (time_t& tm);
static RecordingsManagerPtr EnsureValidData();
static std::tr1::weak_ptr< RecordingsManager > m_recMan;
static std::tr1::shared_ptr< RecordingsTree > m_recTree;
static std::tr1::shared_ptr< RecordingsList > m_recList;
static std::tr1::shared_ptr< DirectoryList > m_recDirs;
- static int m_recordingsState;
+ static time_t m_recordingsState;
+ static std::string m_UpdateFileName;
cThreadLock m_recordingsLock;
};