change by review

This commit is contained in:
Alden Torres 2018-02-16 16:52:05 -05:00 committed by Arvid Norberg
parent f0cd6492bd
commit b689838f32
1 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@ namespace libtorrent {
}
packet_slab(const packet_slab&) = delete;
packet_slab(packet_slab&&) = default;
void try_push_back(packet_ptr &p)
{
@ -168,7 +169,7 @@ namespace libtorrent {
, m_mtu_floor_slab(mtu_floor_size)
, m_mtu_ceiling_slab(mtu_ceiling_size)
{}
packet_pool(packet_pool&&) = delete;
packet_pool(packet_pool&&) = default;
packet_ptr acquire(int const allocate)
{