Fix building with msvc
This commit is contained in:
parent
3cb1369385
commit
755567a7a0
|
@ -166,7 +166,7 @@ namespace libtorrent
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// the port this peer is or was connected on
|
// the port this peer is or was connected on
|
||||||
uint16_t port;
|
boost::uint16_t port;
|
||||||
|
|
||||||
// the number of failed connection attempts
|
// the number of failed connection attempts
|
||||||
// this peer has
|
// this peer has
|
||||||
|
|
Loading…
Reference in New Issue