diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:11 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:11 +0000 |
commit | b185acc2d3ad2e210307800fdbf3dc9291195773 (patch) | |
tree | 0423b870bcf1b3555edf542c987836def0457991 /apt-pkg/acquire.h | |
parent | f2fe4468596dd5b6a4baa9769ab06b084f038cba (diff) |
Test acquire failover
Author: jgg
Date: 1998-12-11 06:01:23 GMT
Test acquire failover
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 dc3896d3f..d6339e74d 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.16 1998/12/04 21:16:49 jgg Exp $ +// $Id: acquire.h,v 1.17 1998/12/11 06:01:27 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -149,6 +149,8 @@ class pkgAcquire::Queue QItem *Items; pkgAcquire::Worker *Workers; pkgAcquire *Owner; + unsigned long PipeDepth; + unsigned long MaxPipeDepth; public: |