summaryrefslogtreecommitdiff
path: root/methods/mirror.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-06-29 16:29:54 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-06-29 16:29:54 +0200
commita9d2fdce1f1d5b4b428c215189a5b204ff91108b (patch)
tree87870e8f3c6c66653dabe165fde5cc78a8b337e4 /methods/mirror.h
parentaaa7858c3583617b068bd87af4e17be4d02da0bf (diff)
parente449f717078978396b76a2fdae844196888d0211 (diff)
merge with debian-sid release 0.8.15
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;