implement Fail-Ignore bool in FetchItem that tells the method that a failure of this...
[ntk/apt.git] / apt-pkg / acquire-method.h
index 99a4605..03851e8 100644 (file)
@@ -37,6 +37,7 @@ class pkgAcqMethod
       string DestFile;
       time_t LastModified;
       bool IndexFile;
+      bool FailIgnore;
    };
    
    struct FetchResult