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

Function handleMsg

tests/tools/plugins/hook_tunnel_plugin.cc:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static int
71handleMsg(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
78void
79TSPluginInit(int /* argc ATS_UNUSED */, const char ** /* argv ATS_UNUSED */)

Callers

nothing calls this directly

Calls 1

TSStatIntIncrementFunction · 0.85

Tested by

no test coverage detected