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

For #1635, inotify watch ConfigMap for reload. 3.0.133

This commit is contained in:
winlin 2020-03-12 22:08:23 +08:00
parent 88368ed18d
commit bb509d23e2
3 changed files with 20 additions and 15 deletions

View file

@ -192,6 +192,8 @@ private:
SrsServer* server;
SrsCoroutine* trd;
srs_netfd_t inotify_fd;
int watch_conf;
int watch_k8s;
public:
SrsInotifyWorker(SrsServer* s);
virtual ~SrsInotifyWorker();