mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Use Bro-style platform-independent integer types.
This commit is contained in:
parent
f5655bd2fe
commit
516e044e34
6 changed files with 9 additions and 9 deletions
|
@ -131,7 +131,7 @@ public:
|
|||
*
|
||||
* @return The hash.
|
||||
*/
|
||||
uint64_t Hash() const;
|
||||
uint64 Hash() const;
|
||||
|
||||
/**
|
||||
* Serializes the bit vector.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue