mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Small updates to hopefully correct reporter errors leading to lost memory.
This commit is contained in:
parent
a615601269
commit
e93fd69cf2
4 changed files with 16 additions and 12 deletions
|
@ -4,16 +4,16 @@
|
|||
module Measurement;
|
||||
|
||||
export {
|
||||
|
||||
redef record Reducer += {
|
||||
## A number of sample DataPoints to collect.
|
||||
samples: count &default=0;
|
||||
};
|
||||
|
||||
redef record ResultVal += {
|
||||
# This is the queue where samples
|
||||
# are maintained. Use the :bro:see:`Measurement::get_samples`
|
||||
## function to get a vector of the samples.
|
||||
## This is the queue where samples
|
||||
## are maintained. Use the
|
||||
## :bro:see:`Measurement::get_samples` function
|
||||
## to get a vector of the samples.
|
||||
samples: Queue::Queue &optional;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue