fix new disk cache implementation

This commit is contained in:
Arvid Norberg 2010-01-30 02:36:41 +00:00
parent ca8b308f5b
commit a4ff3cdf87
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ namespace libtorrent
ordered_unique<const_mem_fun<cached_piece_entry, std::pair<void*, int>
, &cached_piece_entry::storage_piece_pair> >
, ordered_non_unique<member<cached_piece_entry, ptime
, &cached_piece_entry::last_use>, std::greater<ptime> >
, &cached_piece_entry::last_use> >
>
> cache_t;