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