]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* cmdline/apt-get.cc:
[apt.git] / apt-pkg / acquire-item.h
index 802d8d1ffe1b08320e72f50bff5f299399817141..af0b2d888391a02933783698b49cfcdfce1b9289 100644 (file)
@@ -622,6 +622,9 @@ struct IndexTarget
 class pkgAcqMetaSig : public pkgAcquire::Item
 {
    protected:
+   /** \brief The last good signature file */
+   string LastGoodSig;
+
    /** \brief The fetch request that is currently being processed. */
    pkgAcquire::ItemDesc Desc;