Define separate hash for rpmdb header check cache
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Aug 2012 14:31:32 +0000 (17:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Aug 2012 14:31:32 +0000 (17:31 +0300)
commitf933015fc04ade1189e38f37ebafe56d30e7213f
treeb5e0d2f5f5b090f8c8c979aab6a2e006816370f8
parent52c6012bbdf41386f5ce477106c116162b65db0a
Define separate hash for rpmdb header check cache

- This is really private to rpmdb.c (other than being exposed in
  the struct definition in backend/dbi.h, sigh), let it live its
  own life there.
- No functional changes here, just cleaning up a bit for next steps.
  OTOH we could now cache the actual result, not just success... but
  leaving that to another time.
lib/backend/dbi.h
lib/rpmdb.c