mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 12:12:31 +00:00
* Finished the foundation of threading.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1114 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -72,10 +72,6 @@ ThreadWorker::task_touch_log() {
|
||||
priority_queue_insert(&m_taskScheduler, &m_taskTouchLog, cachedTime + rak::timer::from_seconds(1));
|
||||
|
||||
acquire_global_lock();
|
||||
__sync_synchronize();
|
||||
|
||||
control->core()->push_log("Tick Tock.");
|
||||
|
||||
__sync_synchronize();
|
||||
release_global_lock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user