added save resume action to client_test. potential small optimization in resume data save function

This commit is contained in:
Arvid Norberg
2010-03-20 22:00:13 +00:00
parent b78aca9a53
commit 786172455b
3 changed files with 28 additions and 6 deletions

View File

@@ -396,7 +396,7 @@ void on_udp_receive(error_code const& ec, size_t bytes_transferred, udp::endpoin
return;
}
char* ptr = buffer;
boost::uint64_t connection_id = detail::read_uint64(ptr);
detail::read_uint64(ptr);
boost::uint32_t action = detail::read_uint32(ptr);
boost::uint32_t transaction_id = detail::read_uint32(ptr);