Rename mgmt API from INK* to TS*
--------------------------------
Key: TS-639
URL: https://issues.apache.org/jira/browse/TS-639
Project: Traffic Server
Issue Type: Improvement
Components: Cleanup
Reporter: Leif Hedstrom
Fix For: 2.1.6
This is a similar cleanup as to what was done to the plugin SDK APIs. There's a
similar API for communicating with the traffic_manager, and all APIs there are
prefixed INK*. We should rename these to TS*, so that we can expose these
management APIs as a clean interface.
Additionally, it'd be a big bonus to refactor the code so that we can move all
these management APIs into a shared object (.so), which gets installed together
with the include file (and properly versioned for the ATS release version, e.g.
libtsmgmt.so.3.0.0).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.