summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorNathan Jones <nathanj@insightbb.com>2007-11-10 01:54:18 +0100
committerDan McGee <dan@archlinux.org>2007-11-11 16:46:09 +0100
commitb206af78e0e6d2ff3324f3b2dc333d1b4e54f5b9 (patch)
treeb4ad0b6a1830d1815d3dd257cd37ad7b033e1df8 /src/pacman/conf.h
parent3312de65e642a7b6f2d853ce870910bddddf559d (diff)
downloadpacman-b206af78e0e6d2ff3324f3b2dc333d1b4e54f5b9.tar.gz
pacman-b206af78e0e6d2ff3324f3b2dc333d1b4e54f5b9.tar.xz
Add TotalDownload option.
This will be used in the next commit. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 7249f068..b7844d7d 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -65,6 +65,9 @@ typedef struct __config_t {
unsigned short chomp; /* I Love Candy! */
unsigned short usecolor; /* enable colorful output */
unsigned short showsize; /* show individual package sizes */
+ unsigned short totaldownload; /* When downloading, display the amount
+ downloaded, rate, ETA, and percent
+ downloaded of the total download list */
} config_t;
/* Operations */