]> granicus.if.org Git - sysstat/commit
SVG: Pass only needed parameter instead of whole record_header
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 20 May 2016 09:01:30 +0000 (11:01 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 20 May 2016 09:01:30 +0000 (11:01 +0200)
commit7a89662c2b1fa143e4f90a9db2f5f4cfe2bd3b1b
treecd540f7db2dffd03495408173a49b58025091380
parenta8d832e3ab716b2278c5c346a3a6d9b4cf0f865e
SVG: Pass only needed parameter instead of whole record_header

ust_time is the only needed parameter, used to determine the origin on
the X axis. So don't pass the pointer on the whole record_header
structure in svg_parm structure.

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