]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* use the new cool rred method for the patchting
[apt.git] / apt-pkg / acquire-item.h
index 8d58a39ba90131d2552f95b3243dc9eeadaa2f07..99629216a03ec76c3051e34daca343b6c3cfa7c1 100644 (file)
@@ -90,6 +90,7 @@ class pkgAcqIndexDiffs : public pkgAcquire::Item
    pkgAcquire::ItemDesc Desc;
    string RealURI;
    string ExpectedMD5;
+
    // this is the SHA-1 sum we expect after the patching
    string ServerSha1;
    string CurrentPackagesFile;
@@ -100,7 +101,7 @@ class pkgAcqIndexDiffs : public pkgAcquire::Item
       unsigned long size;
    };
    vector<DiffInfo> available_patches;
-   
+   enum {StateFetchIndex,StateFetchDiff,StateUnzipDiff,StateApplyDiff} State;
 
    public: