]> git.saurik.com Git - apt.git/commit
use a smaller type for flags storage in the cache
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 15 Jul 2015 12:36:16 +0000 (14:36 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:58 +0000 (17:27 +0200)
commitdfe66c72ffc010e019e96b35154e1ad4ab506a6e
tree68920567d38767f42bce4e328e53008b0145005e
parent4dc77823d360158d6870a5710cc8c17064f1308f
use a smaller type for flags storage in the cache

We store very few flags in the cache, so keeping storage space for 8 is
enough for all of them and still leaves a few unused bits remaining for
future extensions without wasting bytes for nothing.

Git-Dch: Ignore
apt-pkg/pkgcache.cc
apt-pkg/pkgcache.h
apt-pkg/tagfile.cc
apt-pkg/tagfile.h