Refactor for threaded external executable for built-in download methods
This commit is contained in:
@@ -51,6 +51,7 @@ typedef struct http_download_t
|
||||
{
|
||||
char* url;
|
||||
char* filename;
|
||||
char* cmd_template;
|
||||
curl_off_t bytes_received;
|
||||
ProfWin* window;
|
||||
pthread_t worker;
|
||||
|
||||
Reference in New Issue
Block a user