Rename getBestRoot() etc.
This commit is contained in:
parent
bf8d71e82c
commit
1615ef1114
6 changed files with 9 additions and 34 deletions
|
@ -163,15 +163,6 @@ public:
|
|||
*/
|
||||
void setUpstream(const Address &a,bool upstream);
|
||||
|
||||
/**
|
||||
* @return Vector of root server addresses
|
||||
*/
|
||||
inline std::vector<Address> rootAddresses() const
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
return _rootAddresses;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Vector of active upstream addresses (including roots)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue