TSG-7982: 新增公共日志字段common_device_tag

This commit is contained in:
liuxueli
2021-10-06 16:29:24 +08:00
parent eade71227d
commit b415f15aab
5 changed files with 19 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ typedef enum _tsg_log_field_id
LOG_COMMON_LINK_INFO_S2C,
LOG_QUIC_VERSION,
LOG_QUIC_USER_AGENT,
LOG_COMMON_DEVICE_TAG,
LOG_COMMON_MAX
}tsg_log_field_id_t;
@@ -130,6 +131,7 @@ struct tsg_log_instance_t
int max_service;
int app_id_type;
int send_user_region;
int send_data_center;
int recovery_interval;
int session_attribute_project_id;
int tcp_flow_project_id;