From 3434f061b38c5d809a2fc6630e504cec2f0f093a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 18 Jan 2009 11:10:29 +0100 Subject: Implemented option '-i' --- recording.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recording.h') 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; -- cgit v1.2.3