#include <torrent_handle.hpp>
Public Types | |
| enum | { max_blocks_per_piece = piece_picker::max_blocks_per_piece } |
Public Attributes | |
| int | piece_index |
| int | blocks_in_piece |
| std::bitset< max_blocks_per_piece > | requested_blocks |
| std::bitset< max_blocks_per_piece > | finished_blocks |
| tcp::endpoint | peer [max_blocks_per_piece] |
| int | num_downloads [max_blocks_per_piece] |
Definition at line 204 of file torrent_handle.hpp.
| anonymous enum |
Definition at line 207 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
Definition at line 208 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
| std::bitset<max_blocks_per_piece> libtorrent::partial_piece_info::requested_blocks |
Definition at line 209 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
| std::bitset<max_blocks_per_piece> libtorrent::partial_piece_info::finished_blocks |
Definition at line 210 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
| tcp::endpoint libtorrent::partial_piece_info::peer[max_blocks_per_piece] |
Definition at line 211 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
| int libtorrent::partial_piece_info::num_downloads[max_blocks_per_piece] |
Definition at line 212 of file torrent_handle.hpp.
Referenced by libtorrent::torrent_handle::get_download_queue().
1.5.6