classes for tracking "@if (...) &analyze" notion of code being/not being "activated"

This commit is contained in:
Vern Paxson 2023-05-19 12:43:12 -07:00
parent 9aff0287f0
commit 052cda9df0
3 changed files with 511 additions and 0 deletions

View file

@ -282,6 +282,7 @@ set(MAIN_SRCS
module_util.cc
zeek-affinity.cc
zeek-setup.cc
ActivationManager.cc
Anon.cc
Attr.cc
Base64.cc