fixed build issues with with vernose logging enabled
This commit is contained in:
@@ -857,7 +857,8 @@ namespace libtorrent
|
|||||||
, int min_interval
|
, int min_interval
|
||||||
, int complete
|
, int complete
|
||||||
, int incomplete
|
, int incomplete
|
||||||
, address const& external_ip)
|
, address const& external_ip
|
||||||
|
, std::string const& tracker_id)
|
||||||
{
|
{
|
||||||
std::string s;
|
std::string s;
|
||||||
s = "TRACKER RESPONSE:\n";
|
s = "TRACKER RESPONSE:\n";
|
||||||
|
@@ -678,7 +678,6 @@ namespace aux {
|
|||||||
|
|
||||||
PRINT_SIZEOF(udp_socket)
|
PRINT_SIZEOF(udp_socket)
|
||||||
PRINT_OFFSETOF(udp_socket, m_callback)
|
PRINT_OFFSETOF(udp_socket, m_callback)
|
||||||
PRINT_OFFSETOF(udp_socket, m_mutex)
|
|
||||||
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
|
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
|
||||||
PRINT_OFFSETOF(udp_socket, m_v4_ep)
|
PRINT_OFFSETOF(udp_socket, m_v4_ep)
|
||||||
PRINT_OFFSETOF(udp_socket, m_v4_buf)
|
PRINT_OFFSETOF(udp_socket, m_v4_buf)
|
||||||
|
Reference in New Issue
Block a user