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

support reload atc

This commit is contained in:
winlin 2014-04-12 22:00:27 +08:00
parent eda1ddc03d
commit 821b58af03
6 changed files with 40 additions and 2 deletions

View file

@ -266,6 +266,7 @@ public:
virtual ~SrsSource();
// interface ISrsReloadHandler
public:
virtual int on_reload_atc(std::string vhost);
virtual int on_reload_gop_cache(std::string vhost);
virtual int on_reload_queue_length(std::string vhost);
virtual int on_reload_forward(std::string vhost);