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

Function update_debug_client_ip

src/traffic_server/traffic_server.cc:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557int
558update_debug_client_ip(const char * /*name ATS_UNUSED */, RecDataT /* data_type ATS_UNUSED */, RecData data,
559 void * /* data_type ATS_UNUSED */)
560{
561 set_debug_ip(data.rec_string);
562 return 0;
563}
564
565int
566init_memory_tracker(const char *config_var, RecDataT /* type ATS_UNUSED */, RecData data, void * /* cookie ATS_UNUSED */)

Callers

nothing calls this directly

Calls 1

set_debug_ipFunction · 0.85

Tested by

no test coverage detected