fixed build issues with with vernose logging enabled
This commit is contained in:
parent
27f84d1618
commit
d1cb2d52ff
|
@ -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";
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue