From 03cc48f6c6591d762c27f9b5c8627b267a7158e2 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 13 Apr 2018 12:30:53 +0200 Subject: apt-private: Collect not found packages in CacheSetHelperAPTGet Collecting the packages we could not find allows us to pass them to other places. --- apt-private/private-cacheset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-private/private-cacheset.h') diff --git a/apt-private/private-cacheset.h b/apt-private/private-cacheset.h index 7bf486b9e..d20d00b68 100644 --- a/apt-private/private-cacheset.h +++ b/apt-private/private-cacheset.h @@ -94,9 +94,9 @@ class CacheSetHelperAPTGet : public APT::CacheSetHelper { bool explicitlyNamed; APT::PackageSet virtualPkgs; - public: std::list > selectedByRelease; + std::set notFound; explicit CacheSetHelperAPTGet(std::ostream &out); -- cgit v1.2.3