]> git.saurik.com Git - apt.git/commitdiff
prepare ABI for feature/socketpair
authorMichael Vogt <mvo@ubuntu.com>
Wed, 5 Nov 2014 16:53:20 +0000 (17:53 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Wed, 5 Nov 2014 16:53:20 +0000 (17:53 +0100)
apt-pkg/acquire-method.h
apt-pkg/acquire-worker.h

index 48bd956723e0d651c46468ef28c0697082e16e0b..399454892997cc72ca401224b48a1e26e4569a43 100644 (file)
@@ -44,6 +44,7 @@ class pkgAcqMethod
 
       std::string Uri;
       std::string DestFile;
+      int DestFileFd;
       time_t LastModified;
       bool IndexFile;
       bool FailIgnore;
index 67aee4b59fc26cbac3df023ddbd58b973388eb2b..db8889c8e5a0106cc20bacf36431a431f8e23a54 100644 (file)
@@ -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.
     *