summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-12-11 13:55:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-12-11 13:55:38 +0100
commit7455fbd2ada637bebded0a66cc488e79f3226650 (patch)
tree6a9edfe313e91546d3d0db2fa4a41a7979d4e8b8 /recording.h
parentea217de3380f6f8c322dd36eaf084045f4ae7fc3 (diff)
downloadvdr-7455fbd2ada637bebded0a66cc488e79f3226650.tar.gz
vdr-7455fbd2ada637bebded0a66cc488e79f3226650.tar.bz2
Fixed canceling moving a folder with several recordings between volumes
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 035983e2..626bc8d9 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 4.6 2017/12/09 14:11:16 kls Exp $
+ * $Id: recording.h 4.7 2017/12/11 12:56:57 kls Exp $
*/
#ifndef __RECORDING_H
@@ -38,6 +38,7 @@ enum eRecordingUsage {
ruDst = 0x0040, // the recording is the destination of a cut, move or copy process
//
ruPending = 0x0080, // the recording is pending a cut, move or copy process
+ ruCanceled = 0x8000, // the operation has been canceled, waiting for cleanup
};
void RemoveDeletedRecordings(void);