| 555 | } |
| 556 | |
| 557 | int |
| 558 | update_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 | |
| 565 | int |
| 566 | init_memory_tracker(const char *config_var, RecDataT /* type ATS_UNUSED */, RecData data, void * /* cookie ATS_UNUSED */) |
nothing calls this directly
no test coverage detected