* 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
+4 -2
View File
@@ -41,6 +41,8 @@
#include <rak/priority_queue_default.h>
#include "thread_base.h"
#include "thread_main.h"
#include "thread_worker.h"
class Control;
@@ -54,7 +56,7 @@ extern rak::timer cachedTime;
extern Control* control;
// extern __thread ThreadBase* main_thread; // Only use for worker threads for now.
extern ThreadBase* main_thread;
extern ThreadBase* worker_thread;
extern ThreadMain* main_thread;
extern ThreadWorker* worker_thread;
#endif