]> Sergey Matveev's repositories - public-inbox.git/commit
ds: don't pass `events' arg to EPOLL_CTL_DEL
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:10 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:25 +0000 (05:26 +0000)
commitb4aae3e011e24a9aacbd6d84c0e0aa610144bb76
treef75fc2ab3808eb241a0ec58efd103879ff684df0
parent0e1c3fe09a06faf24f7bca159020f69730f1275a
ds: don't pass `events' arg to EPOLL_CTL_DEL

There's no point in passing a mask of interesting events
when removing an item from the epoll watch set.
lib/PublicInbox/DS.pm