mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
factor some functionality used by BiFs to make accessible to ZAM instructions
This commit is contained in:
parent
7c8c83efc4
commit
68aa8221e1
4 changed files with 65 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue