mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -92,9 +92,9 @@ extern int check_for_unused_event_handlers;
|
|||
|
||||
extern int record_all_packets;
|
||||
|
||||
extern bro_uint_t bits_per_uid;
|
||||
extern zeek_uint_t bits_per_uid;
|
||||
|
||||
extern bro_uint_t tunnel_max_changes_per_connection;
|
||||
extern zeek_uint_t tunnel_max_changes_per_connection;
|
||||
|
||||
// Initializes globals that don't pertain to network/event analysis.
|
||||
extern void init_general_global_var();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue