diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:52:37 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:52:37 +0200 |
commit | 1572944ecd70e2d3f716084a058218f3e90f241d (patch) | |
tree | a9e4d561674aec9f8d8530f25d3bc6d946921c21 /pages/timers.ecpp | |
parent | 7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc (diff) | |
download | vdr-plugin-live-1572944ecd70e2d3f716084a058218f3e90f241d.tar.gz vdr-plugin-live-1572944ecd70e2d3f716084a058218f3e90f241d.tar.bz2 |
Added comments concerning TODOs
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r-- | pages/timers.ecpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index cc2eeb6..9f5632c 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -78,6 +78,7 @@ static const size_t maximumDescriptionLength = 300; <%cpp> // output of the timer list: #if VDRVERSNUM >= 20301 + /* JJJ: Lock this inside the loop */ LOCK_SCHEDULES_READ; #endif for (SortedTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { |