| 545 | } |
| 546 | |
| 547 | void |
| 548 | set_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 | |
| 557 | int |
| 558 | update_debug_client_ip(const char * /*name ATS_UNUSED */, RecDataT /* data_type ATS_UNUSED */, RecData data, |
no test coverage detected