factor some functionality used by BiFs to make accessible to ZAM instructions

This commit is contained in:
Vern Paxson 2024-04-08 18:28:17 -04:00 committed by Tim Wojtulewicz
parent 7c8c83efc4
commit 68aa8221e1
4 changed files with 65 additions and 52 deletions

View file

@ -234,4 +234,9 @@ private:
static uint64_t current_connections;
};
// The following is used by script optimization.
namespace detail {
extern RecordValPtr build_dummy_conn_record();
}
} // namespace zeek