Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set_active
Method
set_active
include/iocore/hostdb/HostDBProcessor.h:856–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
854
// --
855
856
inline bool
857
ResolveInfo::set_active(sockaddr const *s)
858
{
859
return this->set_active(record->find(s));
860
}
861
862
inline bool
863
ResolveInfo::mark_active_server_alive()
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected