mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Minor comment tweaks for init-frameworks-and-bifs.zeek
(cherry picked from acdd7a7934
)
This commit is contained in:
parent
3e5060018a
commit
5503688758
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Load these frameworks here because they use fairly deep integration with
|
# Load these frameworks here because they use fairly deep integration with
|
||||||
# BiFs and script-land defined types. They are also more likely to
|
# BiFs and script-land defined types. They are also more likely to
|
||||||
# make use of calling BIFs for variable initializations, and that
|
# call BIFs for variable initializations, and that can't be done
|
||||||
# can't be done until init-bare.zeek has been loaded completely (hence
|
# until init-bare.zeek has been loaded completely (hence this separate file).
|
||||||
# the separate file).
|
|
||||||
@load base/frameworks/logging
|
@load base/frameworks/logging
|
||||||
@load base/frameworks/broker
|
@load base/frameworks/broker
|
||||||
@load base/frameworks/supervisor
|
@load base/frameworks/supervisor
|
||||||
|
@ -13,6 +12,7 @@
|
||||||
@load base/frameworks/files
|
@load base/frameworks/files
|
||||||
@load base/frameworks/telemetry/options
|
@load base/frameworks/telemetry/options
|
||||||
|
|
||||||
|
# Load BiFs defined by built-in Zeek components.
|
||||||
@load base/bif
|
@load base/bif
|
||||||
|
|
||||||
# Load BiFs defined by plugins.
|
# Load BiFs defined by plugins.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue