forked from premiere/premiere-libtorrent
6d5a6f05ad
After setting file priority, any subsequent attempt to set different priorities will fail if there is a `file_priority` job running in in disk thread. This happens because `torrent::m_file_priority` is being updated before adding disk thread job. The problem is gone if the file priority vector owned by the torrent object, is modified in the `torrent::on_file_priority` callback, when disk job finishes. |
||
---|---|---|
.. | ||
src | ||
Jamfile | ||
Makefile.am | ||
client.py | ||
compile_flags.in | ||
link_flags.in | ||
make_torrent.py | ||
setup.py | ||
simple_client.py | ||
test.py |