]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* merged the apt--mirror branch
[apt.git] / apt-pkg / acquire-item.h
index 3a0a690e1e86fe3c255619b82094b5230b08ebed..f659bb459d850e035a35f8e44bde2ff1815492a4 100644 (file)
@@ -57,6 +57,7 @@ class pkgAcquire::Item
    unsigned long ID;
    bool Complete;
    bool Local;
+   string UsedMirror;
 
    // Number of queues we are inserted into
    unsigned int QueueCounter;
@@ -79,6 +80,9 @@ class pkgAcquire::Item
    pkgAcquire *GetOwner() {return Owner;};
    virtual bool IsTrusted() {return false;};
    
+   // report mirror problems
+   void ReportMirrorFailure(string FailCode);
+
    Item(pkgAcquire *Owner);
    virtual ~Item();
 };