portability fix for udp_socket

This commit is contained in:
Arvid Norberg 2008-09-24 02:35:03 +00:00
parent 80e9e8d1cf
commit 519fdfdb36
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace libtorrent
char m_v4_buf[1600];
char m_v6_buf[1600];
int m_bind_port;
uint8_t m_outstanding;
char m_outstanding;
tcp::socket m_socks5_sock;
int m_connection_ticket;