summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-05-07 18:11:00 +0200
committerMichael Vogt <mvo@debian.org>2014-05-07 18:11:00 +0200
commit17f6ffe0c319859761707bdcd1a1afa5bfab0bb2 (patch)
treea81daf1ca43b5ac07be5ff6c15bda2dcdf6483ea /apt-pkg/acquire.h
parent00026265672f2663e0aa0ab1a3fa7333f718a643 (diff)
parentff94be47f5dbdcf99cea23fad8c9b992a8e5a67e (diff)
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/experimental
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h
index ef16d8556..0113021b2 100644
--- a/apt-pkg/acquire.h
+++ b/apt-pkg/acquire.h
@@ -714,6 +714,10 @@ class pkgAcquireStatus
/** \brief The number of items that have been successfully downloaded. */
unsigned long CurrentItems;
+ /** \brief The estimated percentage of the download (0-100)
+ */
+ double Percent;
+
public:
/** \brief If \b true, the download scheduler should call Pulse()