X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/01a695e260429b4ed834a52fb55ba49a8cb42e6a..cec8c646c79e40d928464b08a6f2e3ea62bb1611:/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;