mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-05-31 15:01:35 +08:00
规范命名
This commit is contained in:
@@ -51,7 +51,7 @@ static TcpServer::Ptr tcpRtpServer(new TcpServer());
|
||||
#endif
|
||||
|
||||
//////////////////////////environment init///////////////////////////
|
||||
API_EXPORT void API_CALL mk_env_init(const config *cfg) {
|
||||
API_EXPORT void API_CALL mk_env_init(const mk_config *cfg) {
|
||||
assert(cfg);
|
||||
static onceToken token([&]() {
|
||||
Logger::Instance().add(std::make_shared<ConsoleChannel>("console", (LogLevel) cfg->log_level));
|
||||
|
||||
Reference in New Issue
Block a user