]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.h
merge from lp:~mvo/apt/mvo
[apt.git] / methods / mirror.h
index 0a3ea6e92ae16f0e3df8f428ee2bd506e9503b5e..97d18144a49bfbc64440941c58fc6f3b6ea54344 100644 (file)
@@ -29,11 +29,13 @@ 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 TryNextMirror();