summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-18 11:10:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-18 11:10:29 +0100
commit3434f061b38c5d809a2fc6630e504cec2f0f093a (patch)
treeb7d36825a43064af0157deb1d60ce2406b349b99 /recording.h
parent3def525dc45f52a5e50f29f0106fe16dcd1b85c9 (diff)
downloadvdr-3434f061b38c5d809a2fc6630e504cec2f0f093a.tar.gz
vdr-3434f061b38c5d809a2fc6630e504cec2f0f093a.tar.bz2
Implemented option '-i'
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index a1d497d7..3a9b7154 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 2.1 2009/01/06 10:49:59 kls Exp $
+ * $Id: recording.h 2.2 2009/01/18 11:02:00 kls Exp $
*/
#ifndef __RECORDING_H
@@ -19,6 +19,7 @@
#include "tools.h"
extern bool VfatFileSystem;
+extern int InstanceId;
void RemoveDeletedRecordings(void);
void AssertFreeDiskSpace(int Priority = 0, bool Force = false);
@@ -82,7 +83,7 @@ private:
mutable char *name;
mutable int fileSizeMB;
int channel;
- int resumeId;
+ int instanceId;
bool isPesRecording;
double framesPerSecond;
cRecordingInfo *info;