summaryrefslogtreecommitdiff
path: root/node/Multicaster.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-26 14:26:35 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-26 14:26:35 -0700
commit3f71afd0fbb2d87a2c9288166299600da51470dc (patch)
tree54b387de2042494d078d8fd8ebb31dd635599740 /node/Multicaster.hpp
parent221df5187581ae5721159a9118e302ec376a744b (diff)
downloadinfinitytier-3f71afd0fbb2d87a2c9288166299600da51470dc.tar.gz
infinitytier-3f71afd0fbb2d87a2c9288166299600da51470dc.zip
Put multicast txQueue back to list.
Diffstat (limited to 'node/Multicaster.hpp')
-rw-r--r--node/Multicaster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Multicaster.hpp b/node/Multicaster.hpp
index 281222b8..c6c93b1f 100644
--- a/node/Multicaster.hpp
+++ b/node/Multicaster.hpp
@@ -70,7 +70,7 @@ private:
MulticastGroupStatus() : lastExplicitGather(0) {}
uint64_t lastExplicitGather;
- std::vector<OutboundMulticast> txQueue; // pending outbound multicasts
+ std::list<OutboundMulticast> txQueue; // pending outbound multicasts
std::vector<MulticastGroupMember> members; // members of this group
};