]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* apt-pkg/acquire-item.{cc,h}:
[apt.git] / apt-pkg / acquire-item.h
index 802d8d1ffe1b08320e72f50bff5f299399817141..5088a41ae5f3a443efde51efd5074a7c17c33736 100644 (file)
@@ -622,6 +622,10 @@ 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;