From: Michael Schroeder Date: Wed, 27 Jun 2012 10:11:16 +0000 (+0200) Subject: - put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical section... X-Git-Tag: BASE-SuSE-Code-12_2-Branch~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076e0aad367e822bf416fbe9d52488ceef59d13e;p=thirdparty%2Flibsolv.git - put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical section to save precious memory --- diff --git a/src/repo_write.c b/src/repo_write.c index 37e555aa..4dc36867 100644 --- a/src/repo_write.c +++ b/src/repo_write.c @@ -973,6 +973,9 @@ static Id verticals[] = { SOLVABLE_CHECKSUM, DELTA_CHECKSUM, DELTA_SEQ_NUM, + SOLVABLE_PKGID, + SOLVABLE_HDRID, + SOLVABLE_LEADSIGID, 0 };