From e67312e683334968d966074b4e95cff273c1b859 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 5 Dec 2013 23:06:09 +0000 Subject: [PATCH] don't use bitfield for disk_io_job::action --- include/libtorrent/disk_io_thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 9bc3a7785..f28454a47 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -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