Merge branch 'rtnetlink' into edge

This commit is contained in:
Grant Limberg 2018-06-04 12:24:58 -07:00
commit b9975845ff
10 changed files with 1399 additions and 96 deletions

View file

@ -399,6 +399,10 @@ private:
{
return ((unsigned long)i * (unsigned long)0x9e3779b1);
}
static inline unsigned long _hc(const int i)
{
return ((unsigned long)i * (unsigned long)0x9e3379b1);
}
inline void _grow()
{