mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 19:52:31 +00:00
* Automatically prune the file status cache every day.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1025 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -73,10 +73,9 @@ public:
|
||||
|
||||
// Add a function for pruning a sorted list of paths.
|
||||
|
||||
// Function for removing entries in a container that shouldn't be
|
||||
// there based on some parameters.
|
||||
|
||||
// Function for pruning entries with different mtime or not existing.
|
||||
// Function for pruning entries that no longer points to a file, or
|
||||
// has a different mtime.
|
||||
void prune();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user