diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-12-22 15:29:52 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-12-22 15:29:52 +0200 |
commit | 16987711822e1443792ab5dd09666a7acff93095 (patch) | |
tree | b2846b86aeb0d974958f9d0c293153a358ab273f /lib/rpmfi.h | |
parent | dd91ff060c2053a482fd540afa8e30c1f874f3ab (diff) | |
download | librpm-tizen-16987711822e1443792ab5dd09666a7acff93095.tar.gz librpm-tizen-16987711822e1443792ab5dd09666a7acff93095.tar.bz2 librpm-tizen-16987711822e1443792ab5dd09666a7acff93095.zip |
Perform relocations from rpmte instead of rpmfi
- rpmte has all the necessary bits at hand, rpmfi does not
- avoids silly ping-pong through transaction set to get to the ts element
- avoids recalculating number of relocations
- avoids accessing rpmte struct outside rpmte.c
Diffstat (limited to 'lib/rpmfi.h')
-rw-r--r-- | lib/rpmfi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h index 920583fcf..078fdbdfc 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -422,8 +422,7 @@ typedef enum rpmfiFlags_e { /** \ingroup rpmfi * Create and load a file info set. - * @deprecated Only scareMem = 0 will be permitted. - * @param ts transaction set (NULL skips path relocation) + * @param ts unused * @param h header * @param tagN RPMTAG_BASENAMES * @param flags Flags to control what information is loaded. |