bryancall commented on issue #9705: URL: https://github.com/apache/trafficserver/issues/9705#issuecomment-4828019401
This has been implemented. The plugin API symbols declared in include/ts are now built into a separate shared library, libtsapi, rather than only being linked into the traffic_server binary. See src/api/CMakeLists.txt, which builds InkAPI.cc, InkAPIInternal.cc, and InkIOCoreAPI.cc into the shared tsapi target, exports the include/ts headers as public headers, and installs the library so plugins can link against it. The libtsapi shared object structure started in https://github.com/apache/trafficserver/pull/9988 (first released in 10.0.0) as part of the CMake build migration. Closing as completed in 10.0.0. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
