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

For #913, refine server initialize st

This commit is contained in:
winlin 2017-06-10 14:29:41 +08:00
parent 4e4091231e
commit ca9f0bdb1e
3 changed files with 31 additions and 32 deletions

View file

@ -302,7 +302,7 @@ public:
* @remark user must free the cycle handler.
*/
virtual srs_error_t initialize(ISrsServerCycle* cycle_handler);
virtual int initialize_st();
virtual srs_error_t initialize_st();
virtual int initialize_signal();
virtual int acquire_pid_file();
virtual int listen();