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

Function configHandler

plugins/lua/ts_lua.cc:596–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596static int
597configHandler(TSCont contp, TSEvent event ATS_UNUSED, void *edata ATS_UNUSED)
598{
599 Dbg(dbg_ctl, "[%s] calling configuration handler", __FUNCTION__);
600 ts_lua_instance_conf *conf = (ts_lua_instance_conf *)TSContDataGet(contp);
601 ts_lua_reload_module(conf, ts_lua_g_main_ctx_array, conf->states);
602 return 0;
603}
604
605static int
606vconnHookHandler(TSCont contp, TSEvent event, void *edata)

Callers

nothing calls this directly

Calls 2

TSContDataGetFunction · 0.85
ts_lua_reload_moduleFunction · 0.85

Tested by

no test coverage detected