This structure contains details for the thread handler to work. More...
Public Attributes | |
int | id |
char | request [SIZE] |
char | filename [SIZE] |
char | fname [SIZE] |
char | fpath [SIZE] |
char | host [SIZE] |
This structure contains details for the thread handler to work.
Definition at line 42 of file downloadmanager.c.
char download_details::filename[SIZE] |
Definition at line 46 of file downloadmanager.c.
Referenced by threadHandler().
char download_details::fname[SIZE] |
Definition at line 47 of file downloadmanager.c.
Referenced by threadHandler().
char download_details::fpath[SIZE] |
Definition at line 48 of file downloadmanager.c.
Referenced by threadHandler().
char download_details::host[SIZE] |
Definition at line 49 of file downloadmanager.c.
Referenced by threadHandler().
Definition at line 44 of file downloadmanager.c.
Referenced by buttonclicked(), and threadHandler().
char download_details::request[SIZE] |
Definition at line 45 of file downloadmanager.c.
Referenced by threadHandler().