diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-20 17:19:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-20 17:19:46 +0100 |
commit | 611656bf46a59d8422adfcd158e4bc6dbc688dbd (patch) | |
tree | 2a06a3c8b5ef8fd07bdc93123e92abbcaf78642e /recording.h | |
parent | 9038f45a0d0996043ba79cdd38c4f0c6153f64ba (diff) | |
download | vdr-611656bf46a59d8422adfcd158e4bc6dbc688dbd.tar.gz vdr-611656bf46a59d8422adfcd158e4bc6dbc688dbd.tar.bz2 |
Added AssertFreeDiskSpace() before starting a timer recording
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recording.h b/recording.h index d79b6b4d..7eaddcc3 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.48 2005/12/18 11:26:51 kls Exp $ + * $Id: recording.h 1.49 2006/01/20 17:18:28 kls Exp $ */ #ifndef __RECORDING_H @@ -21,9 +21,11 @@ extern bool VfatFileSystem; void RemoveDeletedRecordings(void); -void AssertFreeDiskSpace(int Priority = 0); +void AssertFreeDiskSpace(int Priority = 0, bool Force = false); ///< The special Priority value -1 means that we shall get rid of any ///< deleted recordings faster than normal (because we're cutting). + ///< If Force is true, the check will be done even if the timeout + ///< hasn't expired yet. class cResumeFile { private: |