Re: [E] Re: records.config to records.yaml

2022-12-21 Thread Damian Meden
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

Proposed new TS API function: TSDbgCtlDestroy()

2022-12-21 Thread Walt Karas
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.)