-
Simplify the mainloop · a9e61274Daniel Lezcano authored
The number of fds passed to epoll is just a hint for the kernel. In our case, we know this is often 2, let's remove this parameter from lxc_mainloop_open and cleanup the code around the caller of this function. Signed-off-by:Daniel Lezcano <dlezcano@fr.ibm.com>
a9e61274
×