From 80eed59202b83935d37a12e1b3fb1dc7414f808f Mon Sep 17 00:00:00 2001 From: fengweihao Date: Fri, 30 Aug 2024 10:25:16 +0800 Subject: TSG-22316 Manipulation支持Device相关策略的扫描与日志发送, TSG-22051 Manipulation日志发送Library相关字段, TSG-22256 Manipulation日志发送Incoming Link ID和Outgoing Link ID等字段 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/tfe_ctrl_packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/tfe_ctrl_packet.cpp') diff --git a/common/src/tfe_ctrl_packet.cpp b/common/src/tfe_ctrl_packet.cpp index d81e811..509cc58 100644 --- a/common/src/tfe_ctrl_packet.cpp +++ b/common/src/tfe_ctrl_packet.cpp @@ -64,7 +64,7 @@ int tags_ids_cmsg_maps[] = { [INDEX_FQDN_TAGS_IDS] = TFE_CMSG_FQDN_TAGS_IDS_STR, }; -char *tags_ids_cmsg_name_maps[] = { +const char *tags_ids_cmsg_name_maps[] = { [INDEX_SRC_IP_TAGS_IDS] = "TFE_CMSG_SRC_IP_TAGS_IDS_STR", [INDEX_DST_IP_TAGS_IDS] = "TFE_CMSG_DST_IP_TAGS_IDS_STR", [INDEX_FQDN_TAGS_IDS] = "TFE_CMSG_FQDN_TAGS_IDS_STR", -- cgit v1.2.3