mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Also switch BloomFilters from H3 to siphash.
This removes all dependencies on H3 in our source tree.
This commit is contained in:
parent
e1218cc7fa
commit
f1bae871e9
8 changed files with 78 additions and 178 deletions
|
@ -241,7 +241,8 @@ CardinalityCounter* CardinalityCounter::Unserialize(UnserialInfo* info)
|
|||
return c;
|
||||
}
|
||||
|
||||
/* The following function is copied from libc/string/flsll.c from the FreeBSD source
|
||||
/**
|
||||
* The following function is copied from libc/string/flsll.c from the FreeBSD source
|
||||
* tree. Original copyright message follows
|
||||
*/
|
||||
/*-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue