*** empty log message ***
This commit is contained in:
@@ -151,6 +151,10 @@ namespace libtorrent
|
|||||||
bool is_piece_filtered(int index) const;
|
bool is_piece_filtered(int index) const;
|
||||||
void filtered_pieces(std::vector<bool>& bitmask) const;
|
void filtered_pieces(std::vector<bool>& bitmask) const;
|
||||||
|
|
||||||
|
//idea from Arvid and MooPolice
|
||||||
|
//todo refactoring and improving the function body
|
||||||
|
void filter_file(int index, bool filter);
|
||||||
|
|
||||||
torrent_status status() const;
|
torrent_status status() const;
|
||||||
|
|
||||||
void use_interface(const char* net_interface);
|
void use_interface(const char* net_interface);
|
||||||
|
@@ -231,6 +231,10 @@ namespace libtorrent
|
|||||||
bool is_piece_filtered(int index) const;
|
bool is_piece_filtered(int index) const;
|
||||||
std::vector<bool> filtered_pieces() const;
|
std::vector<bool> filtered_pieces() const;
|
||||||
|
|
||||||
|
//idea from Arvid and MooPolice
|
||||||
|
//todo refactoring and improving the function body
|
||||||
|
void filter_file(int index, bool filter);
|
||||||
|
|
||||||
// set the interface to bind outgoing connections
|
// set the interface to bind outgoing connections
|
||||||
// to.
|
// to.
|
||||||
void use_interface(const char* net_interface);
|
void use_interface(const char* net_interface);
|
||||||
|
Reference in New Issue
Block a user