summaryrefslogtreecommitdiff
path: root/svdrp.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-23 13:55:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-23 13:55:57 +0100
commitdb7f6ee6192b395682685eb2151fb88354a786b5 (patch)
treedf5a99a045a073c9048cb1eab8b1d4b5eaf22c43 /svdrp.c
parent645f62fee44496cf4a982c8b7ef24c7a6a4ccc2e (diff)
downloadvdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.gz
vdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.bz2
Accessing Schedules data directly via cSIProcessor
Diffstat (limited to 'svdrp.c')
-rw-r--r--svdrp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/svdrp.c b/svdrp.c
index 08da0667..da816b01 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection.
*
- * $Id: svdrp.c 1.30 2002/02/02 15:59:18 kls Exp $
+ * $Id: svdrp.c 1.31 2002/02/23 13:55:57 kls Exp $
*/
#include "svdrp.h"
@@ -600,8 +600,8 @@ void cSVDRP::CmdLSTC(const char *Option)
void cSVDRP::CmdLSTE(const char *Option)
{
- cThreadLock ThreadLock;
- const cSchedules *Schedules = cDvbApi::PrimaryDvbApi->Schedules(&ThreadLock);
+ cMutexLock MutexLock;
+ const cSchedules *Schedules = cSIProcessor::Schedules(MutexLock);
if (Schedules) {
FILE *f = fdopen(file, "w");
if (f) {