Store transaction element pointers in the removedPkgs hash
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 30 Aug 2012 05:28:22 +0000 (08:28 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 30 Aug 2012 05:36:22 +0000 (08:36 +0300)
commit40ee05abbcd3d21b8d247695b593f3cc73cbc19e
tree508c9a96cfbde388df4d49d91de6e44b301d9156
parentf933015fc04ade1189e38f37ebafe56d30e7213f
Store transaction element pointers in the removedPkgs hash

- Change the hashtype name to something else, its no longer a plain
  int hash. Still needs double definition as its not contained in
  a single source (might want a wrapper similar to rpmal), but
  slightly more contained now than the previous intHash definition.
- This opens up some new possibilities, to be taken advantage of
  in later commits.
lib/backend/dbi.h
lib/depends.c
lib/rpmdb.c
lib/rpmdb_internal.h
lib/rpmts.c
lib/rpmts_internal.h
lib/transaction.c