12 #ifndef ZYPP_MEDIA_MEDIAMULTICURL_H 13 #define ZYPP_MEDIA_MEDIAMULTICURL_H 37 class multifetchrequest;
38 class multifetchworker;
54 bool isDNSok(
const std::string &host)
const;
55 void setDNSok(
const std::string &host)
const;
58 void toEasyPool(
const std::string &host, CURL *easy)
const;
62 static int progressCallback(
void *clientp,
double dltotal,
double dlnow,
double ultotal,
double ulnow );
68 mutable std::set<std::string>
_dnsok;
77 #endif // ZYPP_MEDIA_MEDIAMULTICURL_H
Store and operate with byte count.
Easy-to use interface to the ZYPP dependency resolver.