Split the various file flags out of the global filelist struct
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 14 May 2012 05:55:20 +0000 (08:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 14 May 2012 05:55:20 +0000 (08:55 +0300)
commit4d5da8d82abec3f415f69d6a0af22076a3c9898e
tree662a665c2b4998849cc8ef36e79d46995b184e9b
parent8502c2420c1e8b31b42e6236eeb11590014b781b
Split the various file flags out of the global filelist struct

- Active defaults and current values share several properties, moving
  them to a common struct will allow more code to be shared when
  manipulating them. For now just splitting things piece by piece
  though, no functional changes.
build/files.c