mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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
|
@ -125,6 +125,7 @@ public:
|
|||
|
||||
void Add(const Val* val);
|
||||
size_t Count(const Val* val) const;
|
||||
void Clear();
|
||||
|
||||
static BloomFilterVal* Merge(const BloomFilterVal* x,
|
||||
const BloomFilterVal* y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue