On Thu, Aug 2, 2012 at 4:13 AM, mark green <[email protected]> wrote: > Hi, > > what is the difference between EV_FD_CLR, EV_FD_CLO and EV_FD_REM. > > Thanks!
Hi, You got them from the source code I guess :) It's a macro acting as a wrapper to call the right function related to the underlying event manager used by HAProxy (poll, epoll, kqueue, etc...) It source code is available in "include/proto/fd.h". Baptiste

