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:
parent
4e4091231e
commit
ca9f0bdb1e
3 changed files with 31 additions and 32 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue