don't use bitfield for disk_io_job::action

This commit is contained in:
Arvid Norberg 2013-12-05 23:06:09 +00:00
parent 41573e084c
commit e67312e683
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ namespace libtorrent
// line caused by this operation stays in the cache // line caused by this operation stays in the cache
int cache_min_time; int cache_min_time;
action_t action:5; boost::uint8_t action;
}; };
// returns true if the fundamental operation // returns true if the fundamental operation