MCPcopy 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
856inline bool
857ResolveInfo::set_active(sockaddr const *s)
858{
859 return this->set_active(record->find(s));
860}
861
862inline bool
863ResolveInfo::mark_active_server_alive()

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected