mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Clarification in hook documentation.
This commit is contained in:
parent
378ee699ff
commit
3b3b05fbbb
1 changed files with 3 additions and 3 deletions
|
@ -548,9 +548,9 @@ The Bro scripting language supports the following built-in types.
|
|||
print "not going to happen", s;
|
||||
}
|
||||
|
||||
Note that, although the first (forward) declaration of ``myhook`` as
|
||||
a hook type isn't strictly required, when it is provided, the
|
||||
argument types must match.
|
||||
Note that the first (forward) declaration of ``myhook`` as a hook
|
||||
type isn't strictly required. Argument types must match for all
|
||||
hook handlers and any forward declaration of a given hook.
|
||||
|
||||
To invoke immediate execution of all hook handler bodies, they
|
||||
can be called just like a function:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue