.
This commit is contained in:
parent
9e186bbd89
commit
0778332747
6 changed files with 80 additions and 35 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue