logging build fix

This commit is contained in:
Arvid Norberg 2011-02-12 23:25:09 +00:00
parent d35b0a8a7b
commit 21d6030fe3
1 changed files with 4 additions and 1 deletions

View File

@ -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)