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.134

This commit is contained in:
winlin 2020-03-12 22:26:34 +08:00
parent bb509d23e2
commit 856ed5a971
4 changed files with 16 additions and 32 deletions

View file

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