mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
GitHub issue #993 (???)
This commit is contained in:
parent
639fc60257
commit
00d63f6046
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ private:
|
|||
MulticastGroup mg;
|
||||
|
||||
inline bool operator==(const Key &k) const { return ((nwid == k.nwid)&&(mg == k.mg)); }
|
||||
inline bool operator!=(const Key &k) const { return ((nwid != k.nwid)||(mg != k.mg)); }
|
||||
inline unsigned long hashCode() const { return (mg.hashCode() ^ (unsigned long)(nwid ^ (nwid >> 32))); }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue