forked from premiere/premiere-libtorrent
logging build fix
This commit is contained in:
parent
d35b0a8a7b
commit
21d6030fe3
|
@ -738,7 +738,10 @@ namespace aux {
|
|||
PRINT_OFFSETOF(udp_socket, m_v6_buf)
|
||||
#endif
|
||||
PRINT_OFFSETOF(udp_socket, m_bind_port)
|
||||
PRINT_OFFSETOF(udp_socket, m_outstanding)
|
||||
PRINT_OFFSETOF(udp_socket, m_v4_outstanding)
|
||||
#if TORRENT_USE_IPV6
|
||||
PRINT_OFFSETOF(udp_socket, m_v6_outstanding)
|
||||
#endif
|
||||
PRINT_OFFSETOF(udp_socket, m_socks5_sock)
|
||||
PRINT_OFFSETOF(udp_socket, m_connection_ticket)
|
||||
PRINT_OFFSETOF(udp_socket, m_proxy_settings)
|
||||
|
|
Loading…
Reference in New Issue