TSG-16126 修复Proxy Events日志中存在c2s和s2c有字节数为0的问题
This commit is contained in:
@@ -27,6 +27,8 @@ struct proxy_log
|
||||
char *asn_server;
|
||||
char *location_client;
|
||||
char *location_server;
|
||||
size_t c2s_byte_num;
|
||||
size_t s2c_byte_num;
|
||||
};
|
||||
struct proxy_logger;
|
||||
struct proxy_logger* proxy_log_handle_create(const char* profile, const char* section, void* local_logger);
|
||||
|
||||
Reference in New Issue
Block a user