mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +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;
|
print "not going to happen", s;
|
||||||
}
|
}
|
||||||
|
|
||||||
Note that, although the first (forward) declaration of ``myhook`` as
|
Note that the first (forward) declaration of ``myhook`` as a hook
|
||||||
a hook type isn't strictly required, when it is provided, the
|
type isn't strictly required. Argument types must match for all
|
||||||
argument types must match.
|
hook handlers and any forward declaration of a given hook.
|
||||||
|
|
||||||
To invoke immediate execution of all hook handler bodies, they
|
To invoke immediate execution of all hook handler bodies, they
|
||||||
can be called just like a function:
|
can be called just like a function:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue