TSG-13959: 支持从redis中读取是否开启Session Record的开关,开关可控制session record、transcation log、interim log

This commit is contained in:
liuxueli
2023-02-28 11:17:45 +08:00
parent 37a5bec192
commit 814effd50e
8 changed files with 43 additions and 60 deletions

View File

@@ -104,6 +104,7 @@ enum MASTER_STATIC_TABLE
TABLE_TUNNEL_ENDPOINT,
TABLE_TUNNEL_LABEL,
TABLE_SESSION_FLAGS,
TABLE_SESSION_LOG,
TABLE_MAX
};
@@ -175,6 +176,7 @@ typedef struct tsg_para
int identify_app_max_pkt_num;
int unknown_app_id;
int hit_path_switch;
int session_record_switch;
int default_compile_id;
int table_id[TABLE_MAX];
int dyn_table_id[DYN_TABLE_MAX];