mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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
|
@ -29,7 +29,7 @@ function get_samples(rv: ResultVal): vector of Observation
|
|||
return s;
|
||||
}
|
||||
|
||||
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 ( r$samples > 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue