Add session.post_session_stats() to python bindings

This commit is contained in:
Andrew Resch 2016-01-11 22:52:10 -08:00
parent 3078671177
commit 6552138ae5
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ void bind_session()
)
#endif
.def("post_torrent_updates", allow_threads(&lt::session::post_torrent_updates))
.def("post_session_stats", allow_threads(&lt::session::post_session_stats))
.def("outgoing_ports", &outgoing_ports)
.def("is_listening", allow_threads(&lt::session::is_listening))
.def("listen_port", allow_threads(&lt::session::listen_port))