From c8187fca32a6f0ff69eff09a83011e9ce45a20f6 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 3 Jun 2005 08:53:13 +0000 Subject: - protected access to recordings list with a mutex --- status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'status.h') diff --git a/status.h b/status.h index 06e45ee..0aacd70 100644 --- a/status.h +++ b/status.h @@ -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; -- cgit v1.2.3