fixed build issues with with vernose logging enabled

This commit is contained in:
Arvid Norberg 2010-11-26 20:44:48 +00:00
parent 27f84d1618
commit d1cb2d52ff
2 changed files with 2 additions and 2 deletions

View File

@ -857,7 +857,8 @@ namespace libtorrent
, int min_interval
, int complete
, int incomplete
, address const& external_ip)
, address const& external_ip
, std::string const& tracker_id)
{
std::string s;
s = "TRACKER RESPONSE:\n";

View File

@ -678,7 +678,6 @@ namespace aux {
PRINT_SIZEOF(udp_socket)
PRINT_OFFSETOF(udp_socket, m_callback)
PRINT_OFFSETOF(udp_socket, m_mutex)
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
PRINT_OFFSETOF(udp_socket, m_v4_ep)
PRINT_OFFSETOF(udp_socket, m_v4_buf)