TSG-14379 Monitor策略日志多命中情况下Vsys ID填写错误

This commit is contained in:
fengweihao
2023-04-04 16:06:40 +08:00
parent 26b533cba9
commit ed9a4739a1
7 changed files with 40 additions and 26 deletions

View File

@@ -11,6 +11,7 @@ struct log_rule_t
unsigned char do_blacklist;
unsigned char action;
char *srv_def_large;
int vsys_id;
};
struct proxy_log
@@ -26,7 +27,6 @@ struct proxy_log
char *asn_server;
char *location_client;
char *location_server;
int vsys_id;
};
struct proxy_logger;
struct proxy_logger* proxy_log_handle_create(const char* profile, const char* section, void* local_logger);