mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
BIT-1909: fix invalid redef'd record field accesses
This commit is contained in:
parent
46a87f741b
commit
8152508330
7 changed files with 109 additions and 0 deletions
|
@ -70,6 +70,9 @@ extern bool terminating;
|
|||
// True if the remote serializer is to be activated.
|
||||
extern bool using_communication;
|
||||
|
||||
// True if Bro is currently parsing scripts.
|
||||
extern bool is_parsing;
|
||||
|
||||
extern const Packet* current_pkt;
|
||||
extern int current_dispatched;
|
||||
extern double current_timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue