*** empty log message ***
This commit is contained in:
parent
22bfad216f
commit
c051285075
|
@ -231,17 +231,16 @@ namespace libtorrent
|
|||
class piece_manager : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
typedef entry::integer_type size_type;
|
||||
|
||||
piece_manager(
|
||||
const torrent_info& info
|
||||
, const boost::filesystem::path& path);
|
||||
, const boost::filesystem::path& path);
|
||||
|
||||
void check_pieces(
|
||||
boost::mutex& mutex
|
||||
, detail::piece_checker_data& data
|
||||
, std::vector<bool>& pieces);
|
||||
, detail::piece_checker_data& data
|
||||
, std::vector<bool>& pieces);
|
||||
|
||||
void allocate_slots(int num_slots);
|
||||
|
||||
|
|
|
@ -1962,12 +1962,7 @@ namespace libtorrent {
|
|||
|
||||
return slot_index;
|
||||
}
|
||||
/*
|
||||
int piece_manager::slot_for_piece(int piece_index)
|
||||
{
|
||||
return m_pimpl->slot_for_piece(piece_index);
|
||||
}
|
||||
*/
|
||||
|
||||
void piece_manager::impl::allocate_slots(int num_slots)
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue