Compiler warning cleanup
This commit is contained in:
parent
f411eb1651
commit
47d29ddcaf
5 changed files with 10 additions and 10 deletions
|
@ -500,7 +500,7 @@ ZT_PeerList *Node::peers() const
|
|||
p->paths[p->pathCount].trustedPathId = RR->topology->getOutboundPathTrust((*path)->address());
|
||||
p->paths[p->pathCount].expired = 0;
|
||||
p->paths[p->pathCount].preferred = ((*path) == bestp) ? 1 : 0;
|
||||
p->paths[p->pathCount].latency = (*path)->latency();
|
||||
p->paths[p->pathCount].latency = (float)(*path)->latency();
|
||||
p->paths[p->pathCount].packetDelayVariance = (*path)->packetDelayVariance();
|
||||
p->paths[p->pathCount].throughputDisturbCoeff = (*path)->throughputDisturbanceCoefficient();
|
||||
p->paths[p->pathCount].packetErrorRatio = (*path)->packetErrorRatio();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue