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

for #319, add signal to write config to file.

This commit is contained in:
winlin 2015-08-26 21:11:28 +08:00
parent cdde293785
commit 980e3921e4
4 changed files with 50 additions and 9 deletions

View file

@ -275,6 +275,7 @@ private:
* user send the signal, convert to variable.
*/
bool signal_reload;
bool signal_persistence_config;
bool signal_gmc_stop;
bool signal_gracefully_quit;
public: