*** empty log message ***

This commit is contained in:
spyhole
2005-07-02 08:48:37 +00:00
parent 6410cac43c
commit 4a1951f6f2
3 changed files with 11 additions and 3 deletions

View File

@@ -151,6 +151,10 @@ namespace libtorrent
bool is_piece_filtered(int index) 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;
void use_interface(const char* net_interface);

View File

@@ -231,6 +231,10 @@ namespace libtorrent
bool is_piece_filtered(int index) 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
// to.
void use_interface(const char* net_interface);