diff options
author | lordjaxom <lordjaxom> | 2005-06-03 08:53:13 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-06-03 08:53:13 +0000 |
commit | c8187fca32a6f0ff69eff09a83011e9ce45a20f6 (patch) | |
tree | ad3e76717681a5b94863b93851f494a3df935e21 /status.h | |
parent | 7ce72d9d02dde33576a85227fe396a3f07ebac0d (diff) | |
download | vdr-plugin-text2skin-c8187fca32a6f0ff69eff09a83011e9ce45a20f6.tar.gz vdr-plugin-text2skin-c8187fca32a6f0ff69eff09a83011e9ce45a20f6.tar.bz2 |
- protected access to recordings list with a mutex
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: status.h,v 1.6 2005/01/25 15:15:53 lordjaxom Exp $ + * $Id: status.h,v 1.7 2005/06/03 08:53:13 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_STATUS_H @@ -33,6 +33,7 @@ private: bool mReplayIsLoop; bool mReplayIsShuffle; tRecordings mRecordings; + cMutex mRecordingsLock; uint mCurrentRecording; uint mNextRecording; int mLastLanguage; |