mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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)
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