diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-12 14:06:53 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-12 14:06:53 +0100 |
commit | 5b65773ec836a6086374657098bbcc55e74abd60 (patch) | |
tree | 0983e42cee97453e7286461da4f9e9dee4d8246c /config.h | |
parent | 54a2e99c7b86cafa5ad350171f021589ef2a80df (diff) | |
download | vdr-5b65773ec836a6086374657098bbcc55e74abd60.tar.gz vdr-5b65773ec836a6086374657098bbcc55e74abd60.tar.bz2 |
Using timer priority to interrupt lower priority timer recording
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.32 2000/11/11 14:39:40 kls Exp $ + * $Id: config.h 1.33 2000/11/12 12:22:24 kls Exp $ */ #ifndef __CONFIG_H @@ -95,6 +95,9 @@ public: bool Switch(cDvbApi *DvbApi = NULL); }; +#define DEFAULTPRIORITY 99 +#define DEFAULTLIFETIME 99 + class cTimer : public cListObject { private: time_t startTime, stopTime; |