Searched defs:SQUID_Connection (Results 1 – 1 of 1) sorted by relevance
34 struct SQUID_Connection { struct35 std::string peer;37 std::string hostname;39 long long sum_size;40 long max_etime;41 long av_speed;42 long curr_speed;43 std::vector<Uri_Stats> stats;44 std::vector<std::string> usernames;45 SQUID_Connection() : sum_size(0), max_etime(0), av_speed(0), curr_speed(0) {}; in SQUID_Connection() argument