diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 09:01:58 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-24 09:01:58 -0700 |
| commit | 9180a309862f1d2abb946381b5b92a823913d425 (patch) | |
| tree | 1846da0b6d9656ff89d5c54707a44369453f0931 /node/MulticastTopology.cpp | |
| parent | 61d0f27d2aa5700bd39e91cec84b8c1ba04c08a5 (diff) | |
| download | infinitytier-9180a309862f1d2abb946381b5b92a823913d425.tar.gz infinitytier-9180a309862f1d2abb946381b5b92a823913d425.zip | |
.
Diffstat (limited to 'node/MulticastTopology.cpp')
| -rw-r--r-- | node/MulticastTopology.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/MulticastTopology.cpp b/node/MulticastTopology.cpp index ee6f7954..e4b1066d 100644 --- a/node/MulticastTopology.cpp +++ b/node/MulticastTopology.cpp @@ -72,7 +72,7 @@ void MulticastTopology::erase(const MulticastGroup &mg,const Address &member) } } -unsigned int MulticastTopology::want(const MulticastGroup &mg,uint64_t now,unsigned int limit,bool updateLastGatheredTimeOnNonzeroReturn) +unsigned int MulticastTopology::shouldGather(const MulticastGroup &mg,uint64_t now,unsigned int limit,bool updateLastGatheredTimeOnNonzeroReturn) { Mutex::Lock _l(_groups_m); MulticastGroupStatus &gs = _groups[mg]; |
