From b1716351980d4901e88460d4dfec5f376f8f9d73 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 11 Jul 2023 16:33:11 +0800 Subject: [PATCH] unity: imc_latency rename macro --- .../unity/collector/plugin/imc_latency/imc_latency.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h b/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h index f42a0752..e3cc818b 100644 --- a/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h +++ b/source/tools/monitor/unity/collector/plugin/imc_latency/imc_latency.h @@ -1,5 +1,5 @@ -#ifndef UNITY_SAMPLE_H -#define UNITY_SAMPLE_H +#ifndef UNITY_IMC_LATENCY_H +#define UNITY_IMC_LATENCY_H #include #include @@ -123,4 +123,4 @@ struct topology_ent { int64_t socket_id; }; -#endif // UNITY_SAMPLE_H +#endif -- Gitee