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