diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-17 09:18:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-17 09:18:40 +0200 |
commit | 12d5d01faa95d65dba09d6b6313f59d2d2433ca9 (patch) | |
tree | d6f53979df0024af2ae4f4229e02e405ddc14923 /recording.h | |
parent | b65687ebcfe79f8258bf3ca9ece057f16fae047b (diff) | |
download | vdr-12d5d01faa95d65dba09d6b6313f59d2d2433ca9.tar.gz vdr-12d5d01faa95d65dba09d6b6313f59d2d2433ca9.tar.bz2 |
Removing deleted recordings faster than normal when cutting1.2.3
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 82f2fcca..677e354b 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 1.25 2002/10/19 15:48:52 kls Exp $ + * $Id: recording.h 1.26 2003/08/17 09:03:46 kls Exp $ */ #ifndef __RECORDING_H @@ -17,6 +17,8 @@ void RemoveDeletedRecordings(void); void AssertFreeDiskSpace(int Priority = 0); + ///< The special Priority value -1 means that we shall get rid of any + ///< deleted recordings faster than normal (because we're cutting). class cResumeFile { private: |