mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
serialization compiles.
Not entirely sure if it works too...
This commit is contained in:
parent
ac0e211c6c
commit
a37ffab0ea
7 changed files with 89 additions and 4 deletions
|
@ -10,7 +10,10 @@
|
|||
*/
|
||||
#define conf .95
|
||||
|
||||
class CardinalityVal;
|
||||
|
||||
class CardinalityCounter {
|
||||
friend class CardinalityVal;
|
||||
|
||||
private:
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue