forked from premiere/premiere-libtorrent
fix member order
This commit is contained in:
parent
3f97cd5ecc
commit
c8d3634a07
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue