summaryrefslogtreecommitdiff
path: root/src/tsg_entry.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2023-06-16 19:56:56 +0800
committerliuxueli <[email protected]>2023-06-18 13:52:40 +0800
commit7cc941be4eea021ba136e64de91c2396899fcba8 (patch)
tree09fc6ea00e25442a73a3fdec04da9dafd45e208a /src/tsg_entry.cpp
parent5b3ae38b3ff189e6ae6eda6bfd41927075d2c9b8 (diff)
调整APPEND公共日志字段的时机
Diffstat (limited to 'src/tsg_entry.cpp')
-rw-r--r--src/tsg_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index 69613a1..96d5b3b 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -2341,7 +2341,7 @@ extern "C" unsigned char TSG_MASTER_UDP_ENTRY(const struct streaminfo *a_udp, vo
if(state1&APP_STATE_DROPME || state2&APP_STATE_DROPME || a_udp->opstate==OP_STATE_CLOSE)
{
- //session_application_metrics_update(a_udp, udp_srt_context->srt_action_context, thread_seq);
+ session_application_metrics_update(a_udp, udp_srt_context->srt_action_context, thread_seq);
dictator_free(thread_seq, *pme);
*pme=NULL;