diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 5 |
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; |