From da6f750f4586af16f2df3fb85cd6eb35a2a8227d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 5 Nov 2014 17:53:20 +0100 Subject: prepare ABI for feature/socketpair --- apt-pkg/acquire-worker.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apt-pkg/acquire-worker.h') diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h index 67aee4b59..db8889c8e 100644 --- a/apt-pkg/acquire-worker.h +++ b/apt-pkg/acquire-worker.h @@ -101,6 +101,11 @@ class pkgAcquire::Worker : public WeakPointable */ int OutFd; + /** \brief The socket to send SCM_RIGHTS message through + */ + int PrivSepSocketFd; + int PrivSepSocketFdChild; + /** \brief Set to \b true if the worker is in a state in which it * might generate data or command responses. * -- cgit v1.2.3