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

For #913, reload use complex error

This commit is contained in:
winlin 2017-09-22 16:14:30 +08:00
parent 3744606c9b
commit fd91df9411
28 changed files with 642 additions and 630 deletions

View file

@ -107,7 +107,7 @@ private:
virtual int on_update_duration(SrsSharedPtrMessage* msg);
// interface ISrsReloadHandler
public:
virtual int on_reload_vhost_dvr(std::string vhost);
virtual srs_error_t on_reload_vhost_dvr(std::string vhost);
};
/**
@ -243,7 +243,7 @@ private:
virtual int update_duration(SrsSharedPtrMessage* msg);
// interface ISrsReloadHandler
public:
virtual int on_reload_vhost_dvr(std::string vhost);
virtual srs_error_t on_reload_vhost_dvr(std::string vhost);
};
/**
@ -297,7 +297,7 @@ public:
virtual int on_video(SrsSharedPtrMessage* shared_video, SrsFormat* format);
// interface ISrsReloadHandler
public:
virtual int on_reload_vhost_dvr_apply(std::string vhost);
virtual srs_error_t on_reload_vhost_dvr_apply(std::string vhost);
};
#endif