Commit 6a9f1800 authored by Denis Bilenko's avatar Denis Bilenko

core: add missing noinotify flag

parent 6dc5ad10
......@@ -100,6 +100,7 @@ _flags = [(libev.EVBACKEND_PORT, 'port'),
(libev.EVBACKEND_SELECT, 'select'),
(libev.EVFLAG_NOENV, 'noenv'),
(libev.EVFLAG_FORKCHECK, 'forkcheck'),
(libev.EVFLAG_NOINOTIFY, 'noinotify'),
(libev.EVFLAG_SIGNALFD, 'signalfd'),
(libev.EVFLAG_NOSIGMASK, 'nosigmask')]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment