summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-05-14 00:52:37 +0200
committerJasmin Jessich <jasmin@anw.at>2017-05-14 00:52:37 +0200
commit1572944ecd70e2d3f716084a058218f3e90f241d (patch)
treea9e4d561674aec9f8d8530f25d3bc6d946921c21 /pages/timers.ecpp
parent7d2a5fec1e0f7f2ec079a4b8477a26ded11a53fc (diff)
downloadvdr-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.ecpp1
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) {