]> granicus.if.org Git - sysstat/commit
Change file_magic structure contents
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 7 Feb 2014 20:42:27 +0000 (21:42 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 7 Feb 2014 20:42:27 +0000 (21:42 +0100)
commitc579389e7819433bbf4c8f9f808e66625283dbc7
tree0baa0dbba6fb9ec7f365ee3792784f33ddeca154
parente95ec3c6e3888cd23c70184c043bc0d7defde565
Change file_magic structure contents

Move header_size field to the end of the structure, so that other
programs can still tell it is a sysstat sar data file, even though
the format has changed.

Also, to avoid causing format changes, add padding to the file_magic
structure so that when they grow in size other tools can still
handle the existing data.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa.h