mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
* This should fix the leeching and seeding filter.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1226 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -80,6 +80,7 @@ public:
|
||||
|
||||
iterator find(const std::string& name);
|
||||
iterator find_throw(const std::string& name);
|
||||
View* find_ptr_throw(const std::string& name) { return *find_throw(name); }
|
||||
|
||||
// If View::last_changed() is less than 'timeout' seconds ago, don't
|
||||
// sort.
|
||||
|
||||
Reference in New Issue
Block a user