Rename getBestRoot() etc.
This commit is contained in:
parent
bf8d71e82c
commit
1615ef1114
6 changed files with 9 additions and 34 deletions
|
@ -229,7 +229,7 @@ void Multicaster::send(
|
|||
|
||||
Address explicitGatherPeers[16];
|
||||
unsigned int numExplicitGatherPeers = 0;
|
||||
SharedPtr<Peer> bestRoot(RR->topology->getBestRoot());
|
||||
SharedPtr<Peer> bestRoot(RR->topology->getUpstreamPeer());
|
||||
if (bestRoot)
|
||||
explicitGatherPeers[numExplicitGatherPeers++] = bestRoot->address();
|
||||
explicitGatherPeers[numExplicitGatherPeers++] = Network::controllerFor(nwid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue