🐞 fix(TSG-9466): 命中monitor时,先notify命中monitor结果,然后再发送日志

This commit is contained in:
“pengxuanzheng”
2022-01-20 06:39:23 +00:00
committed by 刘学利
parent e6075ce810
commit 5a2181eb1e
2 changed files with 18 additions and 1 deletions

17
.gitignore vendored Normal file
View 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

View File

@@ -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);
}
}