]> granicus.if.org Git - sysstat/commit
sar/sadf: Merge functions used to get timestamps
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 18 Jan 2016 17:36:18 +0000 (18:36 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 18 Jan 2016 17:36:18 +0000 (18:36 +0100)
commit5f5fc79148f4419add710af2a20a1cdf98912484
tree453f698ff6c21fcfc7a235d186419251dcea1dff
parentc17efd056447cc1dae1405d21dab6753e4b27a7b
sar/sadf: Merge functions used to get timestamps

sadf code refactoring: Merge functions used to get and save timestamps.

Before:
sar: sar_get_record_timestamp_struct()
sadf: sadf_get_record_timestamp_struct()

After:
sa_get_record_timestamp_struct()

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