mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Upgrade libsrt from 1.4.1 to 1.5.1. v6.0.12 (#3362)
Co-authored-by: winlin <winlin@vip.126.com>
This commit is contained in:
parent
7a56208f2f
commit
fe086dfc31
143 changed files with 38185 additions and 15108 deletions
53
trunk/3rdparty/srt-1-fit/srtcore/logger_default.cpp
vendored
Normal file
53
trunk/3rdparty/srt-1-fit/srtcore/logger_default.cpp
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
/*
|
||||
WARNING: Generated from ../scripts/generate-logging-defs.tcl
|
||||
|
||||
DO NOT MODIFY.
|
||||
|
||||
Copyright applies as per the generator script.
|
||||
*/
|
||||
|
||||
|
||||
#include "srt.h"
|
||||
#include "logging.h"
|
||||
#include "logger_defs.h"
|
||||
|
||||
namespace srt_logging
|
||||
{
|
||||
AllFaOn::AllFaOn()
|
||||
{
|
||||
allfa.set(SRT_LOGFA_GENERAL, true);
|
||||
allfa.set(SRT_LOGFA_SOCKMGMT, true);
|
||||
allfa.set(SRT_LOGFA_CONN, true);
|
||||
allfa.set(SRT_LOGFA_XTIMER, true);
|
||||
allfa.set(SRT_LOGFA_TSBPD, true);
|
||||
allfa.set(SRT_LOGFA_RSRC, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_CONGEST, true);
|
||||
allfa.set(SRT_LOGFA_PFILTER, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_API_CTRL, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_QUE_CTRL, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_EPOLL_UPD, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_API_RECV, true);
|
||||
allfa.set(SRT_LOGFA_BUF_RECV, true);
|
||||
allfa.set(SRT_LOGFA_QUE_RECV, true);
|
||||
allfa.set(SRT_LOGFA_CHN_RECV, true);
|
||||
allfa.set(SRT_LOGFA_GRP_RECV, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_API_SEND, true);
|
||||
allfa.set(SRT_LOGFA_BUF_SEND, true);
|
||||
allfa.set(SRT_LOGFA_QUE_SEND, true);
|
||||
allfa.set(SRT_LOGFA_CHN_SEND, true);
|
||||
allfa.set(SRT_LOGFA_GRP_SEND, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_INTERNAL, true);
|
||||
|
||||
allfa.set(SRT_LOGFA_QUE_MGMT, true);
|
||||
allfa.set(SRT_LOGFA_CHN_MGMT, true);
|
||||
allfa.set(SRT_LOGFA_GRP_MGMT, true);
|
||||
allfa.set(SRT_LOGFA_EPOLL_API, true);
|
||||
}
|
||||
} // namespace srt_logging
|
Loading…
Add table
Add a link
Reference in a new issue