mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Renamed a plugin hook in sumstats framework.
This commit is contained in:
parent
9574499382
commit
91362717da
9 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ redef record ResultVal += {
|
|||
unique_vals: set[Observation] &optional;
|
||||
};
|
||||
|
||||
hook add_to_reducer_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal)
|
||||
hook observe_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal)
|
||||
{
|
||||
if ( UNIQUE in r$apply )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue