I'm going to use the file info block real soon now and noticed that
authorMichael Matz <matz@suse.de>
Sat, 8 Dec 2007 03:08:32 +0000 (03:08 +0000)
committerMichael Matz <matz@suse.de>
Sat, 8 Dec 2007 03:08:32 +0000 (03:08 +0000)
commit8c32508241b64f6de19f35a07afaf2d1089fd842
treeff9754454ba2249323743ed93276b59c85474d12
parent31044a793c3535a7fddcbade945021e8a17f5e37
I'm going to use the file info block real soon now and noticed that
doing it with the schema way brings only hassle for no good.  The info
is per file, hence probably the same scheme won't be reused by anything
else.  Hence going back to nearly the old way.  I do have use for a
counted type, in order to skip safely over unknown entries.  Old SOLV
files can be read when they don't have any file info.  None should
have.
src/pool.h
src/pooltypes.h
src/repo_solv.c