revert listen_failed_alert::port

This commit is contained in:
arvidn 2016-02-10 18:28:34 -05:00
parent 87c31bec25
commit ee14337894
2 changed files with 0 additions and 4 deletions

View File

@ -1292,9 +1292,6 @@ namespace libtorrent
// the specific low level operation that failed. See op_t.
int operation;
// the port attempted to be opened for listening
int port;
// the type of listen socket this alert refers to.
socket_type_t sock_type;

View File

@ -804,7 +804,6 @@ namespace libtorrent {
, socket_type_t t)
: error(ec)
, operation(op)
, port(prt)
, sock_type(t)
, endpoint(parse_interface(iface, prt))
, m_alloc(alloc)