BIT-1909: fix invalid redef'd record field accesses

This commit is contained in:
Jon Siwek 2018-04-11 16:23:26 -05:00
parent 46a87f741b
commit 8152508330
7 changed files with 109 additions and 0 deletions

View file

@ -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;