mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Add bloomfilter_clear() BiF.
This commit is contained in:
parent
c89f61917b
commit
5383e8f75b
7 changed files with 53 additions and 0 deletions
|
@ -77,6 +77,11 @@ public:
|
|||
*/
|
||||
count_type Count(size_type cell) const;
|
||||
|
||||
/**
|
||||
* Sets all counters to 0.
|
||||
*/
|
||||
void Clear();
|
||||
|
||||
/**
|
||||
* Retrieves the number of cells in the storage.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue