mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, add complex error.
This commit is contained in:
parent
58521751c3
commit
bb200b5d2d
6 changed files with 190 additions and 39 deletions
|
@ -301,7 +301,7 @@ public:
|
|||
* initialize server with callback handler.
|
||||
* @remark user must free the cycle handler.
|
||||
*/
|
||||
virtual int initialize(ISrsServerCycle* cycle_handler);
|
||||
virtual srs_error_t initialize(ISrsServerCycle* cycle_handler);
|
||||
virtual int initialize_st();
|
||||
virtual int initialize_signal();
|
||||
virtual int acquire_pid_file();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue