Reorganize struct Qcow2Cache for better struct packing
commitbf595021c765c8869cf2942874c419d7b73bbaf6
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 27 Jan 2011 10:25:03 +0000 (27 11:25 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 31 Jan 2011 09:03:00 +0000 (31 10:03 +0100)
tree5b4af9de2cdfe842442999db3f5bc0bde3d200ca
parentfe6ceac86041ecdf7b99a3d57991941277fa7694
Reorganize struct Qcow2Cache for better struct packing

Move size after the two pointers in struct Qcow2Cache to get better
packing of struct elements on 64 bit architectures.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-cache.c