mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1635, support auto reaload config by inotify. 3.0.129
This commit is contained in:
parent
4b395f6e16
commit
9b663c070a
10 changed files with 193 additions and 14 deletions
|
@ -45,6 +45,7 @@ ISrsThreadContext* _srs_context = new ISrsThreadContext();
|
|||
// app module.
|
||||
SrsConfig* _srs_config = NULL;
|
||||
SrsServer* _srs_server = NULL;
|
||||
bool _srs_in_docker = false;
|
||||
|
||||
#include <srs_app_st.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue