diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 14:29:08 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 14:29:08 -0700 |
commit | 68d6d3c4ff4d3921408f7d9bab3e31e0e028a871 (patch) | |
tree | 00fe28018eeea7c76645cebfc0570f68757212d0 /node/Topology.hpp | |
parent | 4c24e0cfb0bb9b61a4e19ac81b89dc1cbce6ea99 (diff) | |
download | infinitytier-68d6d3c4ff4d3921408f7d9bab3e31e0e028a871.tar.gz infinitytier-68d6d3c4ff4d3921408f7d9bab3e31e0e028a871.zip |
Fix bug in peer count.
Diffstat (limited to 'node/Topology.hpp')
-rw-r--r-- | node/Topology.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Topology.hpp b/node/Topology.hpp index 16836e07..b9f063c8 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -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 |