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:
Stefan Seyfried
2014-01-12 16:56:41 +01:00
parent ee9b373c64
commit 80aa3301f2
2 changed files with 3 additions and 3 deletions

View File

@@ -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,