forked from premiere/premiere-libtorrent
don't use bitfield for disk_io_job::action
This commit is contained in:
parent
41573e084c
commit
e67312e683
|
@ -161,7 +161,7 @@ namespace libtorrent
|
|||
// line caused by this operation stays in the cache
|
||||
int cache_min_time;
|
||||
|
||||
action_t action:5;
|
||||
boost::uint8_t action;
|
||||
};
|
||||
|
||||
// returns true if the fundamental operation
|
||||
|
|
Loading…
Reference in New Issue