Make fingerprint cache entry opaque, add some kind of API for the needed bits
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 04:45:44 +0000 (07:45 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 10:38:52 +0000 (13:38 +0300)
commitab180dacb9badaef882a098639eb50196cff8f57
tree7682d5c3ec6e716a54cbd8b287003fdabb3f73f2
parent5bbd07c696f6a3bc9b6bce540804423692276487
Make fingerprint cache entry opaque, add some kind of API for the needed bits

- Only disk-space calculations need the actual entry contents, add
  getter for dir name and device. We're passing the cache to these
  getters too: its not currently unusedd but will be needed for
  directory name pool id->string translation once we get there...
lib/fprint.c
lib/fprint.h
lib/transaction.c