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

support reload log level/logfile/tank

This commit is contained in:
winlin 2014-04-12 21:35:26 +08:00
parent f652c28485
commit eda1ddc03d
8 changed files with 149 additions and 43 deletions

View file

@ -43,6 +43,9 @@ public:
public:
virtual int on_reload_listen();
virtual int on_reload_pid();
virtual int on_reload_log_tank();
virtual int on_reload_log_level();
virtual int on_reload_log_file();
virtual int on_reload_pithy_print();
virtual int on_reload_vhost_added(std::string vhost);
virtual int on_reload_vhost_removed(std::string vhost);