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

@ -61,6 +61,7 @@ double bro_start_time = 0.0; // time Bro started.
double bro_start_network_time; // timestamp of first packet
double last_watchdog_proc_time = 0.0; // value of above during last watchdog
bool terminating = false; // whether we're done reading and finishing up
bool is_parsing = false;
const Packet *current_pkt = 0;
int current_dispatched = 0;