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. |
||
---|---|---|
.. | ||
c | ||
python | ||
Makefile.am | ||
README.txt |
README.txt
Documentation covering building and using the python binding for libtorrent is located in the main doc directory. See docs/python_binding.html