Merge branch 'master' into c++11

Conflicts:
	src/core/manager.cc
	src/thread_base.cc
This commit is contained in:
Jari Sundell
2011-12-13 19:49:10 +09:00
20 changed files with 60 additions and 665 deletions
+1 -1
View File
@@ -876,7 +876,7 @@ main(int argc, char** argv) {
rak::priority_queue_perform(&taskScheduler, cachedTime);
// Do shutdown check before poll, not after.
main_thread->poll_manager()->poll(client_next_timeout(control));
main_thread->poll()->do_poll(client_next_timeout(control).usec());
}
control->core()->download_list()->session_save();