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

Function TSLifecycleHookAdd

src/api/InkAPI.cc:3717–3724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3715}
3716
3717void
3718TSLifecycleHookAdd(TSLifecycleHookID id, TSCont contp)
3719{
3720 sdk_assert(sdk_sanity_check_continuation(contp) == TS_SUCCESS);
3721 sdk_assert(sdk_sanity_check_lifecycle_hook_id(id) == TS_SUCCESS);
3722
3723 g_lifecycle_hooks->append(id, reinterpret_cast<INKContInternal *>(contp));
3724}
3725
3726/* HTTP sessions */
3727void

Callers 15

TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85

Calls 3

appendMethod · 0.45

Tested by 1

TSPluginInitFunction · 0.68