From a4ff3cdf87df5bedeecce21ab3553f87385b2e9b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 30 Jan 2010 02:36:41 +0000 Subject: [PATCH] fix new disk cache implementation --- 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 ef2c8a039..21e2a83ee 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -326,7 +326,7 @@ namespace libtorrent ordered_unique , &cached_piece_entry::storage_piece_pair> > , ordered_non_unique, std::greater > + , &cached_piece_entry::last_use> > > > cache_t;