]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix #1591 - timeshift: fix mutex deadlock affecting on-demand mode.
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 4 Feb 2013 15:19:47 +0000 (15:19 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 4 Feb 2013 15:27:56 +0000 (15:27 +0000)
commitb359144b7cf975ceeaab724de00a57633dc522f0
tree5436f11988a4153a58da70c1bfd2e161cc1416f2
parentfea99ba6497090c17b7fe407ec5a64133f769208
Fix #1591 - timeshift: fix mutex deadlock affecting on-demand mode.

Note: there is still an issue I've realised in that writer_flush() could
potentially result in a single packet being written out of order as two
threads have the potential to write. This isn't fatal and is probably
rare enough to ignore at this stage.
src/timeshift/timeshift_reader.c