mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
* Replaced TaskScheduler with rak::priority_queue.
* Fixed an exception caused by initial hash check not properly cleaning up HashQueue when canceling. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@606 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-3
@@ -38,6 +38,6 @@
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
utils::TaskScheduler taskScheduler;
|
||||
utils::TaskScheduler displayScheduler;
|
||||
rak::timer cachedTime;
|
||||
rak::priority_queue_default taskScheduler;
|
||||
rak::priority_queue_default displayScheduler;
|
||||
rak::timer cachedTime;
|
||||
|
||||
Reference in New Issue
Block a user