1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

refine reload config

This commit is contained in:
winlin 2014-04-10 14:06:23 +08:00
parent 6c5d8b4851
commit 94874e77af

View file

@ -118,6 +118,7 @@ private:
public:
SrsConfig();
virtual ~SrsConfig();
// reload
public:
virtual void subscribe(ISrsReloadHandler* handler);
virtual void unsubscribe(ISrsReloadHandler* handler);
@ -125,6 +126,7 @@ public:
private:
virtual int reload_transcode(SrsConfDirective* new_vhost, SrsConfDirective* old_vhost);
virtual int reload_ingest(SrsConfDirective* new_vhost, SrsConfDirective* old_vhost);
// parse options and file
public:
virtual int parse_options(int argc, char** argv);
private: