mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
* Foundation for multi-threaded support.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1111 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-1
@@ -54,6 +54,7 @@ extern rak::timer cachedTime;
|
||||
|
||||
extern Control* control;
|
||||
// extern __thread ThreadBase* this_thread; // Only use for worker threads for now.
|
||||
extern ThreadBase* this_thread; // Only use for main threads for now.
|
||||
extern ThreadBase* this_thread;
|
||||
extern ThreadBase* worker_thread;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user