增加获取全局流ID的接口

调整总控注册为TCP入口
This commit is contained in:
liuxueli
2019-11-20 16:40:19 +08:00
parent 28da97b53b
commit 291c05ea79
4 changed files with 44 additions and 27 deletions

View File

@@ -32,5 +32,7 @@ int TLD_cancel(TLD_handle_t handle);
int tsg_send_log(tsg_log_instance_t instance, TLD_handle_t handle, tsg_log_t *log_msg, int thread_id);
unsigned long long tsg_get_stream_id(struct streaminfo *a_stream);
#endif