dragon512 opened a new pull request, #11055: URL: https://github.com/apache/trafficserver/pull/11055
This closes open namespaces we have in the plugin API. This is the first part needed to clean up the code and make it easier to untie some circular dependences we have in the code The changes are mainly adding a using namespace, or the namespace value to a given variable in the source A little change was made to break up the API code to make it easier to read and build. A define was added to make it easier to build plugins. ie the define is part of building the code ATS code, the plugins would build as is. As a note it should be seen that the api plugin we have is actually needed to build ats, previous conversation we suggested that it was not a dependence for trafficserver itself. It should be much more clear now to see what the relationships are -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org