Fix bug in peer count.

This commit is contained in:
Adam Ierymenko 2015-10-28 14:29:08 -07:00
commit 68d6d3c4ff
3 changed files with 5 additions and 5 deletions

View file

@ -210,9 +210,9 @@ public:
void clean(uint64_t now);
/**
* @return Number of 'alive' peers
* @return Number of peers with active direct paths
*/
unsigned long countAlive() const;
unsigned long countActive() const;
/**
* Apply a function or function object to all peers