![]() |
Belle II Software release-09-00-03
|
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 28 of file Downloader.cc.
| CURL* curl {nullptr} |
curl session information
Definition at line 30 of file Downloader.cc.
| char errbuf[CURL_ERROR_SIZE] |
error buffer in case some error happens during downloading
Definition at line 34 of file Downloader.cc.
| curl_slist* headers {nullptr} |
headers to send with every request
Definition at line 32 of file Downloader.cc.
| double lasttime {0} |
last time we printed the status (in ns)
Definition at line 36 of file Downloader.cc.