]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
add a simple stack handling to be able to delay error handling
[apt.git] / apt-pkg / acquire-item.h
index 8f35c0dbfadfb3c82f8706c308a51757af461834..943c61876c6e6a8938bc7289a68bf9828f065f21 100644 (file)
@@ -112,10 +112,10 @@ class pkgAcquire::Item : public WeakPointable
    string ErrorText;
 
    /** \brief The size of the object to fetch. */
-   unsigned long FileSize;
+   unsigned long long FileSize;
 
    /** \brief How much of the object was already fetched. */
-   unsigned long PartialSize;
+   unsigned long long PartialSize;
 
    /** \brief If not \b NULL, contains the name of a subprocess that
     *  is operating on this object (for instance, "gzip" or "gpgv").