* Properly detect issues with 'd.directory.set' being called after the data files have been moved.

* Added counters for unchoked peers.

* CLang fixes.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1272 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-08-21 15:04:22 +00:00
parent c1eccb4bd7
commit e239b673cf
4 changed files with 41 additions and 11 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ struct rt_triple : private std::pair<T1, T2> {
using base_type::first;
using base_type::second;
using base_type::first_type;
using base_type::second_type;
using typename base_type::first_type;
using typename base_type::second_type;
T3 third;