* apt-pkg/acquire-item.{cc,h}:
[ntk/apt.git] / apt-pkg / acquire-item.h
index edd9102..a48f7f7 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;