Small amount of cleanup.

This commit is contained in:
Adam Ierymenko 2015-11-06 11:15:06 -08:00
parent 3cafa60284
commit 8ea5f424fd
2 changed files with 8 additions and 8 deletions

View file

@ -351,9 +351,9 @@ private:
struct _PA
{
_PA() : ts(0),mid(0xffff) {}
_PA() : ts(0),mid(0xffffffff) {}
uint64_t ts;
uint16_t mid;
unsigned int mid;
};
Hashtable< Address,_PA > _peerAffinities;
Mutex _peerAffinities_m;