mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixes for standalone C++ scripts making types & variables/functions available
This commit is contained in:
parent
fb9c73fa86
commit
725aa558a7
13 changed files with 125 additions and 19 deletions
|
@ -12,6 +12,7 @@ namespace zeek::detail {
|
|||
using namespace std;
|
||||
|
||||
unordered_map<p_hash_type, CompiledScript> compiled_scripts;
|
||||
unordered_map<string, unordered_set<p_hash_type>> added_bodies;
|
||||
unordered_map<p_hash_type, void (*)()> standalone_callbacks;
|
||||
vector<void (*)()> standalone_activations;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue