This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from dac1ab1f19 Build unit tests for BRAVO (#11790)
add a1318b146c Move HttpAPIHooks from proxy to tsapibackend (#11791)
No new revisions were added by this update.
Summary of changes:
include/{proxy => api}/HttpAPIHooks.h | 0
include/api/InkAPIInternal.h | 2 +-
src/api/CMakeLists.txt | 1 +
src/{proxy => api}/HttpAPIHooks.cc | 2 +-
src/api/InkAPI.cc | 2 +-
src/iocore/cache/CMakeLists.txt | 2 +-
src/iocore/cache/HttpTransactCache.cc | 2 +-
src/iocore/cache/unit_tests/main.cc | 3 +--
src/iocore/cache/unit_tests/stub.cc | 24 +-----------------------
src/proxy/CMakeLists.txt | 1 -
10 files changed, 8 insertions(+), 31 deletions(-)
rename include/{proxy => api}/HttpAPIHooks.h (100%)
rename src/{proxy => api}/HttpAPIHooks.cc (96%)