From 8b89e57fa2ae7d34b055b8f804cee0c2c194043b Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:12 +0000 Subject: Stable acquire code Author: jgg Date: 1998-10-26 07:11:43 GMT Stable acquire code --- apt-pkg/acquire.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index d4dbed5f6..2e111cccd 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.4 1998/10/24 04:58:02 jgg Exp $ +// $Id: acquire.h,v 1.5 1998/10/26 07:11:48 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -66,6 +66,7 @@ class pkgAcquire // Configurable parameters for the schedular enum {QueueHost,QueueAccess} QueueMode; bool Debug; + bool Running; void Add(Item *Item); void Remove(Item *Item); -- cgit v1.2.3