* Threaded XMLRPC support. Sponsored by Xirvik.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1123 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-01-25 13:14:09 +00:00
parent 83ea813245
commit 588f9e80c7
12 changed files with 103 additions and 63 deletions
+2 -2
View File
@@ -43,5 +43,5 @@ rak::timer cachedTime;
Control* control = NULL;
//__thread ThreadBase* main_thread = NULL;
ThreadBase* main_thread = NULL;
ThreadBase* worker_thread = NULL;
ThreadMain* main_thread = NULL;
ThreadWorker* worker_thread = NULL;