Changeset 1145 for trunk/rtorrent/src/command_events.cc
- Timestamp:
- 03/15/10 14:31:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/command_events.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/command_events.cc
r1139 r1145 95 95 96 96 int64_t totalDone = (*itr)->download()->bytes_done(); 97 int64_t totalUpload = (*itr)-> download()->up_rate()->total();97 int64_t totalUpload = (*itr)->info()->up_rate()->total(); 98 98 99 99 if (!(totalUpload >= minUpload && totalUpload * 100 >= totalDone * minRatio) && … … 265 265 266 266 for (core::View::const_iterator itr = (*viewItr)->begin_visible(), last = (*viewItr)->end_visible(); itr != last; itr++) { 267 const torrent::HashString* hashString = &(*itr)-> download()->info_hash();267 const torrent::HashString* hashString = &(*itr)->info()->hash(); 268 268 269 269 resultList.push_back(rak::transform_hex(hashString->begin(), hashString->end()));
