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

Function TSMgmtUpdateRegister

src/api/InkAPI.cc:3236–3243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3234////////////////////////////////////////////////////////////////////
3235
3236void
3237TSMgmtUpdateRegister(TSCont contp, const char *plugin_name, const char *plugin_file_name)
3238{
3239 sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);
3240 sdk_assert(sdk_sanity_check_null_ptr((void *)plugin_name) == TS_SUCCESS);
3241
3242 global_config_cbs->insert(reinterpret_cast<INKContInternal *>(contp), plugin_name, plugin_file_name);
3243}
3244
3245TSReturnCode
3246TSMgmtIntGet(const char *var_name, TSMgmtInt *result)

Callers 6

TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85
startupMethod · 0.85
TSPluginInitFunction · 0.85

Calls 3

insertMethod · 0.45

Tested by

no test coverage detected