forked from premiere/premiere-libtorrent
fixed disk_io_thread header
This commit is contained in:
parent
6298322b1d
commit
da48f026b6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue