MCPcopy Create free account
hub / github.com/apache/trafficserver / HostStatRec

Method HostStatRec

src/proxy/HostStatus.cc:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53swoc::Rv<YAML::Node> server_set_status(std::string_view const id, YAML::Node const &params);
54
55HostStatRec::HostStatRec()
56 : status(TS_HOST_STATUS_UP),
57 reasons(0),
58 active_marked_down(0),
59 local_marked_down(0),
60 manual_marked_down(0),
61 self_detect_marked_down(0),
62 active_down_time(0),
63 local_down_time(0),
64 manual_down_time(0){};
65
66HostStatRec::HostStatRec(std::string str)
67{

Callers

nothing calls this directly

Calls 6

goodMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
compareMethod · 0.45
clearMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected