winlin

fix bug of merge code for reload http_remux for vhost

@@ -354,6 +354,7 @@ public: @@ -354,6 +354,7 @@ public:
354 virtual void unmount_hls(SrsRequest* r); 354 virtual void unmount_hls(SrsRequest* r);
355 // interface ISrsReloadHandler. 355 // interface ISrsReloadHandler.
356 public: 356 public:
  357 + virtual int on_reload_vhost_added(std::string vhost);
357 virtual int on_reload_vhost_http_remux_updated(std::string vhost); 358 virtual int on_reload_vhost_http_remux_updated(std::string vhost);
358 virtual int on_reload_vhost_hls(std::string vhost); 359 virtual int on_reload_vhost_hls(std::string vhost);
359 // interface ISrsHttpMatchHijacker 360 // interface ISrsHttpMatchHijacker