]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.h
merged from debian-sid
[apt.git] / methods / mirror.h
index 1b506dc871c64705c5be8bcf5a825a2f0fcf9195..97d18144a49bfbc64440941c58fc6f3b6ea54344 100644 (file)
@@ -29,14 +29,17 @@ class MirrorMethod : public HttpMethod
    vector<string> AllMirrors; // all available mirrors
    string MirrorFile; // the file that contains the list of mirrors
    bool DownloadedMirrorFile; // already downloaded this session
+   string Dist;       // the target distrubtion (e.g. sid, oneiric)
 
    bool Debug;
 
  protected:
    bool DownloadMirrorFile(string uri);
+   bool RandomizeMirrorFile(string file);
    string GetMirrorFileName(string uri);
    bool InitMirrors();
-   bool SelectNextMirror();
+   bool TryNextMirror();
+   void CurrentQueueUriToMirror();
    bool Clean(string dir);
    
    // we need to overwrite those to transform the url back