]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.h
Pass the old map size to ReMap()
[apt.git] / apt-pkg / pkgcachegen.h
index d8d1e303aefce6ce8cfb926166f5e20d51a0afe3..ea288ad6e6ae73922d6b9bd9e33c81a0409d4152 100644 (file)
@@ -149,7 +149,7 @@ class APT_HIDDEN pkgCacheGenerator                                  /*{{{*/
                        MMap **OutMap,pkgCache **OutCache, bool AllowMem = false);
    APT_PUBLIC static bool MakeOnlyStatusCache(OpProgress *Progress,DynamicMMap **OutMap);
 
-   void ReMap(void const * const oldMap, void const * const newMap);
+   void ReMap(void const * const oldMap, void const * const newMap, size_t oldSize);
 
    pkgCacheGenerator(DynamicMMap *Map,OpProgress *Progress);
    virtual ~pkgCacheGenerator();