Fixed poll arguments.

This commit is contained in:
Jari Sundell
2011-12-12 02:58:16 +09:00
parent 6dfd2fe0cd
commit 4d1f5dce67
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -878,7 +878,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();