Skip to content

Commit 50eb112

Browse files
committed
Modify FF_EPOLL_COEXIST_MAX 64 -> 4.
1 parent 7802385 commit 50eb112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ff_epoll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* both stacks. When no kernel fd is registered, behaviour is unchanged
3434
* (zero regression).
3535
*/
36-
#define FF_EPOLL_COEXIST_MAX 64
36+
#define FF_EPOLL_COEXIST_MAX 4
3737
static struct { int kq; int host_ep; } ff_epoll_pairs[FF_EPOLL_COEXIST_MAX];
3838

3939
/* Return the host epoll fd paired with kqueue fd kq; create it lazily when

0 commit comments

Comments
 (0)