mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue