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

fix #439: http remux support reload

This commit is contained in:
winlin 2015-07-09 13:52:41 +08:00
parent da47f1648b
commit bed540bac9
5 changed files with 153 additions and 42 deletions

View file

@ -100,7 +100,7 @@ int ISrsReloadHandler::on_reload_vhost_http_updated()
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_vhost_http_remux_updated()
int ISrsReloadHandler::on_reload_vhost_http_remux_updated(string vhost)
{
return ERROR_SUCCESS;
}