]> granicus.if.org Git - sysstat/commit
Use TIMESTAMP_LEN constant for timestamp buffers
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 3 Oct 2016 15:10:31 +0000 (17:10 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 3 Oct 2016 15:10:31 +0000 (17:10 +0200)
commit3664a8eedf5968b47e2829765d9f789674ea1211
tree04dff1649f1f938cf79e8cdab29310603144d8bc
parent6d74e123f7ec7b9c348ada881ea5e0c86c30ee13
Use TIMESTAMP_LEN constant for timestamp buffers

Several buffers were used to hold timestamps, with different sizes
(sometimes 16, 32 or 64 characters).
Now define and use a single size for all of them (TIMESTAMP_LEN).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
12 files changed:
cifsiostat.c
common.c
common.h
iostat.c
mpstat.c
pidstat.c
sa.h
sa_common.c
sadf.c
sadf_misc.c
svg_stats.c
tapestat.c