fixed disk_io_thread header

This commit is contained in:
Arvid Norberg 2009-12-17 08:46:51 +00:00
parent 6298322b1d
commit da48f026b6
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ namespace libtorrent
cache_t::iterator find_cached_piece(
cache_t& cache, disk_io_job const& j
, mutex::scoped_lock& l);
bool disk_io_thread::is_cache_hit(cache_t::iterator p
bool is_cache_hit(cache_t::iterator p
, disk_io_job const& j, mutex::scoped_lock& l);
int copy_from_piece(cache_t::iterator p, bool& hit
, disk_io_job const& j, mutex::scoped_lock& l);