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

write pid to ./objs/srs.pid.

This commit is contained in:
winlin 2014-03-21 15:45:34 +08:00
parent 0686b8fa5a
commit f25c6558a5
8 changed files with 256 additions and 145 deletions

View file

@ -79,6 +79,7 @@ public:
virtual ~SrsServer();
public:
virtual int initialize();
virtual int acquire_pid_file();
virtual int listen();
virtual int cycle();
virtual void remove(SrsConnection* conn);