#include <bandwidth_manager.hpp>
Public Member Functions | |
| history_entry (intrusive_ptr< peer_connection > p, weak_ptr< torrent > t, int a, pt::ptime exp) | |
Public Attributes | |
| pt::ptime | expires_at |
| int | amount |
| intrusive_ptr< peer_connection > | peer |
| weak_ptr< torrent > | tor |
Definition at line 70 of file bandwidth_manager.hpp.
| libtorrent::history_entry::history_entry | ( | intrusive_ptr< peer_connection > | p, | |
| weak_ptr< torrent > | t, | |||
| int | a, | |||
| pt::ptime | exp | |||
| ) |
Definition at line 22 of file bandwidth_manager.cpp.
| pt::ptime libtorrent::history_entry::expires_at |
Definition at line 74 of file bandwidth_manager.hpp.
Referenced by libtorrent::bandwidth_manager::add_history_entry().
Definition at line 75 of file bandwidth_manager.hpp.
Referenced by libtorrent::bandwidth_manager::add_history_entry(), and libtorrent::bandwidth_manager::on_history_expire().
| intrusive_ptr<peer_connection> libtorrent::history_entry::peer |
Definition at line 76 of file bandwidth_manager.hpp.
Referenced by libtorrent::bandwidth_manager::on_history_expire().
| weak_ptr<torrent> libtorrent::history_entry::tor |
Definition at line 77 of file bandwidth_manager.hpp.
Referenced by libtorrent::bandwidth_manager::on_history_expire().
1.5.6