This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 2d3a41e59a tools: use a private directory to build H3 dependencies
(#9771)
add eb09664238 Break the circular dependency between iocore and tscore.
(#9770)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
.../tscore/MT_hashtable.h => iocore/net/quic/MTHashTable.h | 2 +-
iocore/net/quic/Makefile.am | 14 ++++++++++++++
iocore/net/quic/QUICConnectionTable.h | 2 +-
.../net/quic/test_MTHashTable.cc | 10 +++++-----
src/tscore/CMakeLists.txt | 5 ++---
src/tscore/Makefile.am | 6 ++----
7 files changed, 26 insertions(+), 15 deletions(-)
rename include/tscore/MT_hashtable.h => iocore/net/quic/MTHashTable.h (99%)
rename src/tscore/unit_tests/test_MT_hashtable.cc =>
iocore/net/quic/test_MTHashTable.cc (97%)