fix bug in patch to introduce file_priority disk job

This commit is contained in:
Arvid Norberg 2014-03-01 09:05:53 +00:00
parent c8b38dcacd
commit 18c52fe7cd
1 changed files with 1 additions and 0 deletions

View File

@ -1452,6 +1452,7 @@ namespace libtorrent
, cancel_on_abort // update_settings
, read_operation + cancel_on_abort // read_and_hash
, read_operation + cancel_on_abort // cache_piece
, 0 // file_priority
#ifndef TORRENT_NO_DEPRECATE
, 0 // finalize_file
#endif