]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
Avoid wedging the entire system if recoverable :/.
[apt.git] / apt-pkg / acquire.h
index 7044797b364877cddfe4d067fe0ac154d600e5c7..1fae662f80685ec232d7334e8e5b5736dacbb450 100644 (file)
@@ -464,6 +464,8 @@ class pkgAcquire::Queue
 
       /** @return the custom headers to use for this item */
       std::string Custom600Headers() const;
+      /** @return the maximum priority of this item */
+      int APT_HIDDEN GetPriority() const;
    };
 
    /** \brief The name of this queue. */