From c9ad6a90cb49a2b65d8104b4ecb917bf7e95c821 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 29 Aug 2023 18:09:19 +1000 Subject: Rename PCPMetric files, structures and related internal functions Simplify names to just Metric in this case as it is not mirroring core htop naming (which is the norm for that naming convention). --- Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b7d3cca3..90bd30ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,17 +416,17 @@ pcp_platform_headers = \ linux/PressureStallMeter.h \ linux/ZramMeter.h \ linux/ZramStats.h \ + pcp/Instance.h \ + pcp/InDomTable.h \ + pcp/Metric.h \ + pcp/Platform.h \ + pcp/ProcessField.h \ pcp/PCPDynamicColumn.h \ pcp/PCPDynamicMeter.h \ pcp/PCPDynamicScreen.h \ - pcp/Instance.h \ - pcp/InDomTable.h \ pcp/PCPMachine.h \ - pcp/PCPMetric.h \ pcp/PCPProcess.h \ pcp/PCPProcessList.h \ - pcp/Platform.h \ - pcp/ProcessField.h \ zfs/ZfsArcMeter.h \ zfs/ZfsArcStats.h \ zfs/ZfsCompressedArcMeter.h @@ -435,16 +435,16 @@ pcp_platform_sources = \ linux/CGroupUtils.c \ linux/PressureStallMeter.c \ linux/ZramMeter.c \ + pcp/Instance.c \ + pcp/InDomTable.c \ + pcp/Metric.c \ + pcp/Platform.c \ pcp/PCPDynamicColumn.c \ pcp/PCPDynamicMeter.c \ pcp/PCPDynamicScreen.c \ - pcp/Instance.c \ - pcp/InDomTable.c \ pcp/PCPMachine.c \ - pcp/PCPMetric.c \ pcp/PCPProcess.c \ pcp/PCPProcessList.c \ - pcp/Platform.c \ zfs/ZfsArcMeter.c \ zfs/ZfsCompressedArcMeter.c -- cgit v1.2.3