| 68 | } |
| 69 | |
| 70 | static int |
| 71 | handleMsg(TSCont /* cont ATS_UNUSED */, TSEvent event, void * /* edata ATS_UNUSED */) |
| 72 | { |
| 73 | Dbg(plugin_ctl, "handleMsg event=%d", event); |
| 74 | TSStatIntIncrement(stat_test_done, 1); |
| 75 | return TS_SUCCESS; |
| 76 | } |
| 77 | |
| 78 | void |
| 79 | TSPluginInit(int /* argc ATS_UNUSED */, const char ** /* argv ATS_UNUSED */) |
nothing calls this directly
no test coverage detected