🐞 fix(TSG-9466): 命中monitor时,先notify命中monitor结果,然后再发送日志
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
SI/
|
||||
*.log
|
||||
*.o
|
||||
*.so
|
||||
*.si4project/
|
||||
*.a
|
||||
*.d
|
||||
build/
|
||||
.vscode
|
||||
.idea
|
||||
core.*
|
||||
cmake-build-*
|
||||
GPATH
|
||||
GTAGS
|
||||
GRTAGS
|
||||
src/tags
|
||||
version.txt
|
||||
@@ -242,8 +242,8 @@ extern "C" char FW_DNS_PLUG_ENTRY(stSessionInfo* session_info, void **pme, int
|
||||
}
|
||||
else
|
||||
{
|
||||
fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq);
|
||||
tsg_notify_hited_monitor_result(a_stream, result, hit_num, thread_seq);
|
||||
fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user