From 9180a309862f1d2abb946381b5b92a823913d425 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 24 Sep 2014 09:01:58 -0700 Subject: . --- node/MulticastTopology.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/MulticastTopology.cpp') 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]; -- cgit v1.2.3