mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix UID compiler warning/error & missed baselines.
This commit is contained in:
parent
d31b59a5d0
commit
50dbbab52c
5 changed files with 86 additions and 84 deletions
|
@ -80,6 +80,8 @@ private:
|
|||
std::vector<uint64> uid;
|
||||
};
|
||||
|
||||
bool operator==(const UID& u1, const UID& u2);
|
||||
|
||||
} // namespace Bro
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue