mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-22 08:36:38 +01:00
improve file transfer progress line
This commit is contained in:
@@ -34,6 +34,7 @@ struct FileReceiver {
|
||||
FILE *files[MAX_FILES];
|
||||
bool pending[MAX_FILES];
|
||||
uint64_t size[MAX_FILES];
|
||||
double bps[MAX_FILES];
|
||||
uint64_t last_progress[MAX_FILES];
|
||||
uint32_t line_id[MAX_FILES];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user