This commit is contained in:
Adam Ierymenko 2014-09-25 22:08:52 -07:00
parent 9e186bbd89
commit 0778332747
6 changed files with 80 additions and 35 deletions

View file

@ -92,7 +92,7 @@ public:
inline void add(const RuntimeEnvironment *RR,uint64_t now,const MulticastGroup &mg,const Address &learnedFrom,const Address &member)
{
Mutex::Lock _l(_groups_m);
_add(RR,uint64_t now,_groups[mg],learnedFrom,member);
_add(RR,now,_groups[mg],learnedFrom,member);
}
/**