diff options
| author | liuxueli <[email protected]> | 2023-05-30 16:56:15 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-05-30 16:56:15 +0800 |
| commit | a4711a653d54fc6ccd8abf8d1a49c3f7b79172d5 (patch) | |
| tree | 9f27bb5375923141bd6c93b3099637b53e901855 /src/tsg_bridge.h | |
| parent | c34f27e2502071658757cd9848b588d5b9f3d273 (diff) | |
TSG-14580: 链接命中shunt动作时不记录任何日志
Diffstat (limited to 'src/tsg_bridge.h')
| -rw-r--r-- | src/tsg_bridge.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tsg_bridge.h b/src/tsg_bridge.h index 837fa41..b35c1ec 100644 --- a/src/tsg_bridge.h +++ b/src/tsg_bridge.h @@ -192,7 +192,9 @@ int srt_action_context_set_rule_method(const struct streaminfo * a_stream, enum int srt_action_context_set_after_n_packet(const struct streaminfo * a_stream, int after_n_packets, int thread_seq); int srt_action_context_set_hitted_app_id(const struct streaminfo * a_stream, int hited_app_id, int thread_seq); -char srt_action_context_get_direction(const struct streaminfo * a_stream); +const struct session_runtime_action_context *session_runtime_action_context_get(const struct streaminfo *a_stream); +char srt_action_context_get_direction(const struct session_runtime_action_context *srt_action_context); +enum TSG_METHOD_TYPE srt_action_context_get_method_type(const struct session_runtime_action_context *srt_action_context); const struct session_runtime_process_context *session_runtime_process_context_new(const struct streaminfo * a_stream); |
