Faster generation of dynamic reverse dependencies and do this exactly once.

This commit is contained in:
Juan RP
2012-12-15 07:33:49 +01:00
parent e2176ec4b6
commit 22adf99e40
3 changed files with 59 additions and 23 deletions

View File

@@ -64,7 +64,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.6"
#define XBPS_API_VERSION "20121207"
#define XBPS_API_VERSION "20121215"
#ifndef XBPS_VERSION
#define XBPS_VERSION "UNSET"
@@ -498,6 +498,13 @@ struct xbps_handle {
* Proplib dictionary with pkg metafiles.
*/
prop_dictionary_t pkg_metad;
/**
* @private pkgdb_revdeps.
*
* Proplib dictionary with full reverse dependencies from pkgdb.
*/
prop_dictionary_t pkgdb_revdeps;
/**
* @var transd;
*