]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* methods/gpgv.cc:
[apt.git] / apt-pkg / acquire-item.h
index edd9102305ed2c3292027024a83f134d3aaf196e..a48f7f7e5512a86ee617ca02b548f470c0a2ed9d 100644 (file)
@@ -609,6 +609,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;