Small amount of cleanup.
This commit is contained in:
parent
3cafa60284
commit
8ea5f424fd
2 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue