新增common_data_center日志字段

This commit is contained in:
liuxueli
2020-09-23 16:51:25 +08:00
parent d1a6f00fba
commit f1150118de
5 changed files with 64 additions and 6 deletions

View File

@@ -97,6 +97,7 @@ typedef struct _tsg_para
int proto_flag; //tsg_protocol_t
int fs2_field_id[TSG_FS2_MAX];
char device_sn[MAX_DOAMIN_LEN/8];
char data_center[_MAX_TABLE_NAME_LEN];
char table_name[TABLE_MAX][_MAX_TABLE_NAME_LEN];
void *logger;
screen_stat_handle_t fs2_handle;