| 594 | } |
| 595 | |
| 596 | static int |
| 597 | configHandler(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 | |
| 605 | static int |
| 606 | vconnHookHandler(TSCont contp, TSEvent event, void *edata) |
nothing calls this directly
no test coverage detected