mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'origin/master' into topic/matthias/bloom-filter
Conflicts: src/probabilistic/Hasher.h
This commit is contained in:
commit
9ad7121fed
250 changed files with 12762 additions and 5361 deletions
|
@ -78,6 +78,14 @@ protected:
|
|||
|
||||
Hasher() { }
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param k the number of hash functions.
|
||||
*
|
||||
* @param name A name for the hasher. Hashers with the same name
|
||||
* should provide consistent results.
|
||||
*/
|
||||
Hasher(size_t k, const std::string& name);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue