1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-11-22 08:56:39 +01:00

separate file transfer updates from callbacks

This commit is contained in:
Jfreegman
2014-08-16 23:23:03 -04:00
parent b870679f2c
commit 58b0a04019
5 changed files with 67 additions and 25 deletions

View File

@@ -35,7 +35,6 @@ struct FileReceiver {
FILE *file;
bool pending;
bool active;
bool paused;
uint64_t size;
uint64_t bytes_recv;
double bps;