mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 20:22:31 +00:00
Compare commits
2 Commits
master
...
b35413ea71
| Author | SHA1 | Date | |
|---|---|---|---|
| b35413ea71 | |||
| f9f19fb041 |
+1
-2
@@ -112,8 +112,7 @@ main(int argc, char** argv) {
|
||||
|
||||
torrent::log_initialize();
|
||||
|
||||
// TODO: Create a fake thread object for initializing other processes and enabling logging.
|
||||
torrent::initialize_main_thread();
|
||||
torrent::runtime::initialize_worker_process_and_main_thread();
|
||||
|
||||
// Block SIGCHLD until all threads are created, then unblock on main-thread, to avoid SIGCHLD
|
||||
// interrupting other threads.
|
||||
|
||||
Reference in New Issue
Block a user