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

Method reconfigure

src/proxy/ParentSelection.cc:289–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void
290ParentConfig::reconfigure()
291{
292 Note("%s loading ...", ts::filename::PARENT);
293
294 ParentConfigParams *params = nullptr;
295
296 // Allocate parent table
297 P_table *pTable = new P_table(file_var, modulePrefix, &http_dest_tags);
298
299 params = new ParentConfigParams(pTable);
300 ink_assert(params != nullptr);
301
302 m_id = configProcessor.set(m_id, params);
303
304 if (dbg_ctl_parent_config.on()) {
305 ParentConfig::print();
306 }
307
308 Note("%s finished loading", ts::filename::PARENT);
309}
310
311void
312ParentConfig::print()

Callers

nothing calls this directly

Calls 5

createDefaultParentFunction · 0.85
ats_freeFunction · 0.85
setup_socks_serversFunction · 0.85
setMethod · 0.45
onMethod · 0.45

Tested by

no test coverage detected