summaryrefslogtreecommitdiff
path: root/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'recorder.h')
-rw-r--r--recorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recorder.h b/recorder.h
index d11d7adf..05cc42b0 100644
--- a/recorder.h
+++ b/recorder.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recorder.h 2.2 2010/01/29 16:32:32 kls Exp $
+ * $Id: recorder.h 2.3 2010/12/27 11:17:04 kls Exp $
*/
#ifndef __RECORDER_H
@@ -24,7 +24,7 @@ private:
cFileName *fileName;
cIndexFile *index;
cUnbufferedFile *recordFile;
- cRecordingInfo recordingInfo;
+ char *recordingName;
off_t fileSize;
time_t lastDiskSpaceCheck;
bool RunningLowOnDiskSpace(void);