diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:45:43 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:45:43 -0800 |
| commit | 21341ab15c8f5f0c0596421da5695f1d54a8dbec (patch) | |
| tree | 196bee05238904361687dfd43c1c29f530c4fe8c /node/Multicaster.cpp | |
| parent | f4d12603e03c88e7c5d83b2419cb9ec17412b928 (diff) | |
| download | infinitytier-21341ab15c8f5f0c0596421da5695f1d54a8dbec.tar.gz infinitytier-21341ab15c8f5f0c0596421da5695f1d54a8dbec.zip | |
Ready to test.
Diffstat (limited to 'node/Multicaster.cpp')
| -rw-r--r-- | node/Multicaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Multicaster.cpp b/node/Multicaster.cpp index 01e6b799..41838552 100644 --- a/node/Multicaster.cpp +++ b/node/Multicaster.cpp @@ -78,7 +78,7 @@ void Multicaster::remove(uint64_t nwid,const MulticastGroup &mg,const Address &m } } -unsigned int Multicaster::gather(const Address &queryingPeer,uint64_t nwid,const MulticastGroup &mg,Packet &appendTo,unsigned int limit) const +unsigned int Multicaster::gather(const Address &queryingPeer,uint64_t nwid,const MulticastGroup &mg,Buffer<ZT_PROTO_MAX_PACKET_LENGTH> &appendTo,unsigned int limit) const { unsigned char *p; unsigned int added = 0,i,k,rptr,totalKnown = 0; |
