X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/542ec555f1d484a299b56e35655756d78716f102..b381f6ed580f9c58c1547fddd92af1b52fc5a1f0:/apt-pkg/acquire-worker.h?ds=sidebyside diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h index 29bdcc299..aa59774d2 100644 --- a/apt-pkg/acquire-worker.h +++ b/apt-pkg/acquire-worker.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.h,v 1.8 1998/12/04 21:16:48 jgg Exp $ +// $Id: acquire-worker.h,v 1.9 1999/01/20 05:11:25 jgg Exp $ /* ###################################################################### Acquire Worker - Worker process manager @@ -36,7 +36,7 @@ class pkgAcquire::Worker pkgAcquireStatus *Log; MethodConfig *Config; string Access; - + // This is the subprocess IPC setup pid_t Process; int InFd;