X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9b248f58ed56094ed8be3aa0ba2aed776a3ff382..ea54214002c09eeb4dd498d97a564471ec9993c5:/methods/mirror.h diff --git a/methods/mirror.h b/methods/mirror.h index bd807e122..97d18144a 100644 --- a/methods/mirror.h +++ b/methods/mirror.h @@ -29,6 +29,7 @@ class MirrorMethod : public HttpMethod vector 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;