diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:18 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:18 +0000 |
commit | 6b1ff003a4acd2914dd395b651c485fb352e3d1a (patch) | |
tree | ac0b53eca20edab2d4f5dff7aa22411a2f8f0963 /apt-pkg/acquire-item.h | |
parent | a9a5908db9fa6ee108fb23f516b422aa9ca47120 (diff) |
Checked the size of partial files #33705
Author: jgg
Date: 1999-03-27 03:02:38 GMT
Checked the size of partial files #33705
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index fd01bbb9a..e5e7c701d 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.h,v 1.16 1999/02/01 02:22:11 jgg Exp $ +// $Id: acquire-item.h,v 1.17 1999/03/27 03:02:38 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -48,6 +48,7 @@ class pkgAcquire::Item enum {StatIdle, StatFetching, StatDone, StatError} Status; string ErrorText; unsigned long FileSize; + unsigned long PartialSize; char *Mode; unsigned long ID; bool Complete; |