fix member order
This commit is contained in:
@@ -1424,9 +1424,9 @@ namespace libtorrent
|
||||
, last_optimistically_unchoked(0)
|
||||
, last_connected(0)
|
||||
, port(port)
|
||||
, hashfails(0)
|
||||
, upload_rate_limit(0)
|
||||
, download_rate_limit(0)
|
||||
, hashfails(0)
|
||||
, failcount(0)
|
||||
, connectable(conn)
|
||||
, optimistically_unchoked(false)
|
||||
|
Reference in New Issue
Block a user