diff options
author | Michael Vogt <mvo@debian.org> | 2011-06-10 13:54:20 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-06-10 13:54:20 +0200 |
commit | 68c872643f0b0470debca17b703b7bb6db47dd9f (patch) | |
tree | f4303cf12ec8c50e58a35f4289c3294127572729 /methods/mirror.h | |
parent | f0b9c328358d16555cb1e94df71f5ee0da04a0ff (diff) | |
parent | 04080cf5a15382f577552fe4ce3e5202dfb24959 (diff) |
merged lp:~mvo/apt/add-library-pkgs
Diffstat (limited to 'methods/mirror.h')
-rw-r--r-- | methods/mirror.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<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; |