diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-06-09 12:08:54 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-06-09 12:08:54 +0200 |
commit | e7aea3985734af1702fde6e2b0af90b992425334 (patch) | |
tree | 530e06b10af52c72585c66403f6016d0609996fa /apt-pkg/acquire-method.h | |
parent | 23c5897cbdb5a957788201a5178e963586dcdbc9 (diff) | |
parent | 2ac9b90b7b3ebeea9a2580b6f317f1dfefc8c8fe (diff) |
merge lp:~mvo/apt/ubuntu-mirror-method-improvements
Diffstat (limited to 'apt-pkg/acquire-method.h')
-rw-r--r-- | apt-pkg/acquire-method.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/acquire-method.h b/apt-pkg/acquire-method.h index 99a4605b1..03851e823 100644 --- a/apt-pkg/acquire-method.h +++ b/apt-pkg/acquire-method.h @@ -37,6 +37,7 @@ class pkgAcqMethod string DestFile; time_t LastModified; bool IndexFile; + bool FailIgnore; }; struct FetchResult |