mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Deprecate functions with "bro" in them.
* "bro_is_terminating" is now "zeek_is_terminating" * "bro_version" is now "zeek_version" The old function names still exist for now, but are deprecated.
This commit is contained in:
parent
b5050437fa
commit
dfed213f31
19 changed files with 62 additions and 29 deletions
|
@ -69,7 +69,7 @@ extern const char* hook_name(HookType h);
|
|||
struct VersionNumber {
|
||||
int major; //< Major version number.
|
||||
int minor; //< Minor version number.
|
||||
int patch; //< Patch version number (available since Bro 2.7).
|
||||
int patch; //< Patch version number (available since Zeek 3.0).
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue