Hello guys, following this I put a draft pr with a change to cover what it
was discussed here.
https://github.com/apache/trafficserver/pull/9264
Please note there will be some record names that need to be changed, I have
added a description about this change in the PR iself.
The PR looks big but
void TSDbgCtlDestroy(TSDbgCtl const *dbg_ctl);
Destroys a TSDbgCtl created by a call to TSDbgCtlCreate().
This is needed so that the data structure containing all of the TSDbgCtl
instances is not destroyed until all references to it have been destroyed.
(The references are counted.)