1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-18 07:16:34 +01:00

give file senders their own threads

This commit is contained in:
Jfreegman
2014-06-26 18:20:56 -04:00
parent e8a39e1722
commit da65ba4e8d
5 changed files with 104 additions and 80 deletions

View File

@@ -54,7 +54,6 @@
#include "friendlist.h"
#include "prompt.h"
#include "misc_tools.h"
#include "file_senders.h"
#include "line_info.h"
#include "settings.h"
#include "log.h"
@@ -460,7 +459,6 @@ static void do_toxic(Tox *m, ToxWindow *prompt)
pthread_mutex_lock(&Winthread.lock);
do_connection(m, prompt);
do_file_senders(m);
tox_do(m); /* main tox-core loop */
pthread_mutex_unlock(&Winthread.lock);