![]() |
Belle II Software light-2505-deimos
|
struct encapsulating all the state information needed by curl More...
Public Attributes | |
| CURL * | curl {nullptr} |
| curl session information | |
| curl_slist * | headers {nullptr} |
| headers to send with every request | |
| char | errbuf [CURL_ERROR_SIZE] |
| error buffer in case some error happens during downloading | |
| double | lasttime {0} |
| last time we printed the status (in ns) | |
struct encapsulating all the state information needed by curl
Definition at line 26 of file Downloader.cc.
| CURL* curl {nullptr} |
| char errbuf[CURL_ERROR_SIZE] |
error buffer in case some error happens during downloading
Definition at line 32 of file Downloader.cc.
| curl_slist* headers {nullptr} |
| double lasttime {0} |