mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix for the CompHash fix.
This commit is contained in:
parent
5dc96146f3
commit
03d41818e0
4 changed files with 18 additions and 10 deletions
|
@ -74,10 +74,12 @@ protected:
|
|||
// the value is computed for the particular list of values.
|
||||
// Returns 0 if the key has an indeterminant size (if v not given),
|
||||
// or if v doesn't match the index type (if given).
|
||||
int ComputeKeySize(const Val* v = 0, int type_check = 1) const;
|
||||
int ComputeKeySize(const Val* v, int type_check,
|
||||
bool calc_static_size) const;
|
||||
|
||||
int SingleTypeKeySize(BroType*, const Val*,
|
||||
int type_check, int sz, bool optional) const;
|
||||
int type_check, int sz, bool optional,
|
||||
bool calc_static_size) const;
|
||||
|
||||
TypeList* type;
|
||||
char* key; // space for composite key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue