|
Squid Web Cache master
|
Public Attributes | ||
| char * | url | |
| char * | host | |
| int | rtt | |
| struct { | ||
| int cached | ||
| } | flags | |
| int url_entry::cached |
Definition at line 66 of file urn.cc.
Referenced by urnHandleReply(), and urnParseReply().
| struct { ... } url_entry::flags |
Referenced by urnHandleReply(), and urnParseReply().
| char* url_entry::host |
Definition at line 62 of file urn.cc.
Referenced by urnFindMinRtt(), and urnParseReply().
| int url_entry::rtt |
Definition at line 63 of file urn.cc.
Referenced by url_entry_sort(), urnFindMinRtt(), urnHandleReply(), and urnParseReply().
| char* url_entry::url |
Definition at line 61 of file urn.cc.
Referenced by urnFindMinRtt(), urnHandleReply(), and urnParseReply().