[mythtv] Scheduling bug with instant record.

Isaac Richards ijr at po.cwru.edu
Wed Nov 19 12:33:24 EST 2003


On Wednesday 19 November 2003 09:07 am, Chris Pinkham wrote:
> So, how's this sound:
>
> Add locks around anything that touches scheduledList and recordingList
> then make new overload/wrapper methods for things like
> Scheduler::getAllScheduled() that take a programinfo list as an argument.
> Inside the wrapper/overloaded method, the appropriate lock will be grabbed;
> then the local scheduler list will be retrieved and copied into the
> list given in the argument; then the lock will be released.
>
> Make sense or am I missing anything?

Makes sense.  I don't remember why I had it generate a second scheduler 
instance anymore anyway =)

Isaac


More information about the mythtv-dev mailing list