Add new ConnKey abstraction.

This commit is contained in:
Christian Kreibich 2025-06-10 16:02:09 -07:00 committed by Arne Welzel
parent 4b472f2771
commit d19fdfd17c
2 changed files with 90 additions and 0 deletions

View file

@ -328,6 +328,7 @@ set(MAIN_SRCS
CCL.cc
CompHash.cc
Conn.cc
ConnKey.h
DFA.cc
DbgBreakpoint.cc
DbgHelp.cc