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

Function set_debug_ip

src/traffic_server/traffic_server.cc:547–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547void
548set_debug_ip(const char *ip_string)
549{
550 if (ip_string) {
551 diags()->debug_client_ip.load(ip_string);
552 } else {
553 diags()->debug_client_ip.invalidate();
554 }
555}
556
557int
558update_debug_client_ip(const char * /*name ATS_UNUSED */, RecDataT /* data_type ATS_UNUSED */, RecData data,

Callers 2

update_debug_client_ipFunction · 0.85
mainFunction · 0.85

Calls 3

diagsFunction · 0.85
loadMethod · 0.45
invalidateMethod · 0.45

Tested by

no test coverage detected