#include <bandwidth_manager.hpp>
Public Member Functions | |
| bw_queue_entry (boost::intrusive_ptr< peer_connection > const &pe, bool no_prio) | |
Public Attributes | |
| boost::intrusive_ptr < peer_connection > | peer |
| bool | non_prioritized |
Definition at line 80 of file bandwidth_manager.hpp.
| libtorrent::bw_queue_entry::bw_queue_entry | ( | boost::intrusive_ptr< peer_connection > const & | pe, | |
| bool | no_prio | |||
| ) |
| boost::intrusive_ptr<peer_connection> libtorrent::bw_queue_entry::peer |
Definition at line 83 of file bandwidth_manager.hpp.
Referenced by libtorrent::torrent::expire_bandwidth(), and libtorrent::bandwidth_manager::hand_out_bandwidth().
Definition at line 84 of file bandwidth_manager.hpp.
Referenced by libtorrent::torrent::expire_bandwidth().
1.5.6