mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Adding some comments about data types to remove from bro.init.
This commit is contained in:
parent
8b363e934a
commit
561bfb0361
1 changed files with 4 additions and 0 deletions
|
@ -1015,6 +1015,8 @@ type signature_state: record {
|
|||
|
||||
};
|
||||
|
||||
# This type is no longer used
|
||||
# TODO: remove any use of this from the core.
|
||||
type software_version: record {
|
||||
major: int; # Major version number
|
||||
minor: int; # Minor version number
|
||||
|
@ -1022,6 +1024,8 @@ type software_version: record {
|
|||
addl: string; # Additional version string (e.g. "beta42")
|
||||
};
|
||||
|
||||
# This type is no longer used
|
||||
# TODO: remove any use of this from the core.
|
||||
type software: record {
|
||||
name: string; # Unique name of a software, e.g., "OS"
|
||||
version: software_version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue