diff options
| author | fengweihao <[email protected]> | 2024-08-30 10:25:16 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-08-30 10:25:16 +0800 |
| commit | 80eed59202b83935d37a12e1b3fb1dc7414f808f (patch) | |
| tree | 42848fb7f5bf23b01e790a794b21757df29af9f7 /common/src/tfe_ctrl_packet.cpp | |
| parent | 9e2b08ab53f2b62e0e0e33b3bb2b7aebbd1a0229 (diff) | |
TSG-22316 Manipulation支持Device相关策略的扫描与日志发送, TSG-22051 Manipulation日志发送Library相关字段, TSG-22256 Manipulation日志发送Incoming Link ID和Outgoing Link ID等字段
Diffstat (limited to 'common/src/tfe_ctrl_packet.cpp')
| -rw-r--r-- | common/src/tfe_ctrl_packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
