From 21341ab15c8f5f0c0596421da5695f1d54a8dbec Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 9 Nov 2015 09:45:43 -0800 Subject: Ready to test. --- node/Multicaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Multicaster.cpp') 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 &appendTo,unsigned int limit) const { unsigned char *p; unsigned int added = 0,i,k,rptr,totalKnown = 0; -- cgit v1.2.3