[mythtv-commits] mythtv commit: r25462 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jul 28 23:24:36 UTC 2010


      Author: cpinkham
        Date: 2010-07-28 23:24:36 +0000 (Wed, 28 Jul 2010)
New Revision: 25462
   Changeset: http://svn.mythtv.org/trac/changeset/25462

Modified:

   trunk/mythtv/libs/libmythdb/mythdownloadmanager.cpp
   trunk/mythtv/libs/libmythdb/mythdownloadmanager.h
   trunk/mythtv/libs/libmythdb/mythversion.h

Log:

Add a flag to indicate when the MythDownloadManager thread is fully
initialized and running.  This fixes a race condition seen when
the GetLastModified() routine tried to the the QNetworkAccessManager
instance before MythDownloadManager::run() had finished initializing
and enterring its loop.

Closes #8702.

NOTE: This does change the binary API version, so make clean, etc..






More information about the mythtv-commits mailing list