diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-25 22:08:52 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-25 22:08:52 -0700 |
| commit | 077833274798ac4b11e888b99ae62ee3fcf369f4 (patch) | |
| tree | b6209221ff4a169727fa87844de092dffbc584a5 /node/Multicaster.hpp | |
| parent | 9e186bbd89966d417dd960eff65a1971a2640020 (diff) | |
| download | infinitytier-077833274798ac4b11e888b99ae62ee3fcf369f4.tar.gz infinitytier-077833274798ac4b11e888b99ae62ee3fcf369f4.zip | |
.
Diffstat (limited to 'node/Multicaster.hpp')
| -rw-r--r-- | node/Multicaster.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Multicaster.hpp b/node/Multicaster.hpp index 0785c58b..03f5f52d 100644 --- a/node/Multicaster.hpp +++ b/node/Multicaster.hpp @@ -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); } /** |
