mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +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
|
@ -147,5 +147,9 @@ extern void analyze_scripts();
|
|||
// to a non-empty value.
|
||||
extern void (*CPP_init_hook)();
|
||||
|
||||
// Used for "standalone" C++-compiled scripts to complete their activation;
|
||||
// called after parsing and BiF initialization, but before zeek_init.
|
||||
extern void (*CPP_activation_hook)();
|
||||
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue