1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRT: add srt log handle, srs log supoort multithread

This commit is contained in:
hondaxiao 2022-06-12 23:18:18 +08:00 committed by winlin
parent d03c6793b8
commit 910b5945af
5 changed files with 61 additions and 0 deletions

View file

@ -15,6 +15,8 @@
class SrsSrtSocket;
extern srs_error_t srs_srt_log_initialie();
typedef int srs_srt_t;
extern srs_srt_t srs_srt_socket_invalid();