mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added cTimer::SetPriority() to set a timer's priority
This commit is contained in:
7
timers.c
7
timers.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: timers.c 1.38 2006/01/01 15:41:46 kls Exp $
|
||||
* $Id: timers.c 1.39 2006/01/03 11:45:19 kls Exp $
|
||||
*/
|
||||
|
||||
#include "timers.h"
|
||||
@@ -462,6 +462,11 @@ void cTimer::SetInVpsMargin(bool InVpsMargin)
|
||||
inVpsMargin = InVpsMargin;
|
||||
}
|
||||
|
||||
void cTimer::SetPriority(int Priority)
|
||||
{
|
||||
priority = Priority;
|
||||
}
|
||||
|
||||
void cTimer::SetFlags(int Flags)
|
||||
{
|
||||
flags |= Flags;
|
||||
|
||||
Reference in New Issue
Block a user