mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
timerd: rename TIMER_NEXTPROGRAM
To ensure it is no longer used, rename it to __TIMER_NEXTPROGRAM.
It cannot be removed without breaking compatibility, since it is
part of the API (the integers values of enum CTimerEventTypes are
written to timerd.conf)
Origin commit data
------------------
Commit: d1eebea381
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
This commit is contained in:
@@ -61,7 +61,7 @@ class CTimerd
|
||||
enum CTimerEventTypes
|
||||
{
|
||||
TIMER_SHUTDOWN = 1,
|
||||
TIMER_NEXTPROGRAM,
|
||||
__TIMER_NEXTPROGRAM, /* unused, here to keep compatibility with old timerd.conf */
|
||||
TIMER_ZAPTO,
|
||||
TIMER_STANDBY,
|
||||
TIMER_RECORD,
|
||||
|
Reference in New Issue
Block a user