TSG-17840 Proxy适配日志结构变更

This commit is contained in:
fengweihao
2023-12-08 18:12:53 +08:00
parent f1bf753679
commit b801ca9d3b
8 changed files with 551 additions and 146 deletions

View File

@@ -268,7 +268,7 @@ struct tfe_http_session
unsigned int session_id;
short major_version;
short minor_version;
time_t start_time;
struct timeval start_time;
struct tfe_http_session_ops * ops;
struct tfe_http_half * req;