diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:28 +0000 |
commit | a656821931a863ffcf46a719a57206eb0d2b11b3 (patch) | |
tree | 8db36c9a2e5626d224ea9cbd174978e8edc90b86 /apt-pkg/acquire-item.h | |
parent | ac2b6b5e14b9f45ef78b1b51ca8fa60a3fca5818 (diff) |
Wow
Author: jgg
Date: 1998-11-13 07:08:48 GMT
Wow
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 2de1e409e..67e202355 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.8 1998/11/13 04:23:28 jgg Exp $ +// $Id: acquire-item.h,v 1.9 1998/11/13 07:08:50 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -45,6 +45,7 @@ class pkgAcquire::Item char *Mode; unsigned long ID; bool Complete; + bool Local; // Number of queues we are inserted into unsigned int QueueCounter; |