summaryrefslogtreecommitdiff
path: root/methods/mirror.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-06-10 13:54:20 +0200
committerMichael Vogt <mvo@debian.org>2011-06-10 13:54:20 +0200
commit68c872643f0b0470debca17b703b7bb6db47dd9f (patch)
treef4303cf12ec8c50e58a35f4289c3294127572729 /methods/mirror.h
parentf0b9c328358d16555cb1e94df71f5ee0da04a0ff (diff)
parent04080cf5a15382f577552fe4ce3e5202dfb24959 (diff)
merged lp:~mvo/apt/add-library-pkgs
Diffstat (limited to 'methods/mirror.h')
-rw-r--r--methods/mirror.h1
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;