diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vdrlocks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/vdrlocks.h b/lib/vdrlocks.h index 5032f09..c4aafd7 100644 --- a/lib/vdrlocks.h +++ b/lib/vdrlocks.h @@ -13,6 +13,11 @@ # include <vdr/config.h> # include <vdr/tools.h> +/* + * It must always be done in the sequence: + * Timers -> Channels -> Recordings -> Schedules +*/ + //*************************************************************************** // Timer List Lock Macros //*************************************************************************** |