add peer_info::progress

This commit is contained in:
Andrew Resch
2008-09-25 20:39:06 +00:00
parent a3751cfcbe
commit 4189e0b697
4 changed files with 9 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ void bind_peer_info()
.def_readonly("send_quota", &peer_info::send_quota)
.def_readonly("receive_quota", &peer_info::receive_quota)
.def_readonly("rtt", &peer_info::rtt)
.def_readonly("progress", &peer_info::progress)
;
// flags