reorder some structs to reduce padding

This commit is contained in:
Arvid Norberg
2013-11-26 02:00:02 +00:00
parent 311ef5d3a4
commit 629baa3622
7 changed files with 63 additions and 66 deletions

View File

@@ -98,6 +98,9 @@ namespace libtorrent
e->timeout = timeout;
++m_next_ticket;
if (m_next_ticket >= (1 << 29))
m_next_ticket = 0;
if (m_num_connecting < m_half_open_limit
|| m_half_open_limit == 0)
m_timer.get_io_service().post(boost::bind(