]> granicus.if.org Git - sysstat/commit
sar: Fix possible compatibility issues between sysstat versions
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 12 Mar 2016 10:27:30 +0000 (11:27 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 12 Mar 2016 10:27:30 +0000 (11:27 +0100)
commit312a6a906d69e61c7704ae608e269865269c3c83
tree4ec7a22b40507cac5bc08addcc3b82fede427506
parent9667096d3f48facad6a79ec68011930385481a88
sar: Fix possible compatibility issues between sysstat versions

Fix an issue that made sar unable to read statistics for network
and disk devices from a datafile created by a more recent version of
sysstat when the size of the structures used to save those statistics
was greater than that of the current version.
This may be the case when eg. new fields are appended to network or disk
structures.

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