diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:37 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:37 +0000 |
commit | d568ed2d3ba5d7d05e4381ee59468a124309f152 (patch) | |
tree | e53651d00527dea8ad5427361670dbc9293645ca /apt-pkg/acquire.h | |
parent | d38b7b3d803a719b189df80820aeda6a818f4909 (diff) |
Item done counters
Author: jgg
Date: 1998-11-23 07:32:19 GMT
Item done counters
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index acfbb3ead..8bdcb8bb2 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.h,v 1.13 1998/11/14 01:39:46 jgg Exp $ +// $Id: acquire.h,v 1.14 1998/11/23 07:32:20 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -199,6 +199,8 @@ class pkgAcquireStatus unsigned long TotalBytes; unsigned long FetchedBytes; unsigned long ElapsedTime; + unsigned long TotalItems; + unsigned long CurrentItems; public: |