Deprecate bro_int_t and bro_uint_t

This commit is contained in:
Tim Wojtulewicz 2022-06-28 15:32:26 -07:00
parent d066013793
commit f624c18383
67 changed files with 331 additions and 320 deletions

View file

@ -191,9 +191,9 @@ int check_for_unused_event_handlers;
int record_all_packets;
bro_uint_t bits_per_uid;
zeek_uint_t bits_per_uid;
bro_uint_t tunnel_max_changes_per_connection;
zeek_uint_t tunnel_max_changes_per_connection;
} // namespace zeek::detail. The namespace has be closed here before we include the netvar_def
// files.