diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-27 08:35:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-03-27 08:35:29 +0200 |
commit | 44813e56a5aa82a86225dc7e9cfa619929e129b5 (patch) | |
tree | d457d62e82b253c571a49f3aba0281d96ba78d8a /mtd.h | |
parent | b313d88db13d1e90f81f9967af1fba8c8f84e59d (diff) | |
download | vdr-44813e56a5aa82a86225dc7e9cfa619929e129b5.tar.gz vdr-44813e56a5aa82a86225dc7e9cfa619929e129b5.tar.bz2 |
Limiting locking the mtdBuffer to reading and clearing
Diffstat (limited to 'mtd.h')
-rw-r--r-- | mtd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: mtd.h 1.5 2017/03/25 14:47:03 kls Exp $ + * $Id: mtd.h 1.6 2017/03/27 08:30:00 kls Exp $ */ #ifndef __MTD_H @@ -151,7 +151,7 @@ void MtdMapPid(uchar *p, cMtdMapper *MtdMapper); class cMtdCamSlot : public cCamSlot { private: - cMutex mutex; + cMutex clearMutex; cMtdMapper *mtdMapper; cRingBufferLinear *mtdBuffer; bool delivered; |