|
From: Nicholas N. <nj...@ca...> - 2004-01-31 23:09:11
|
On Mon, 26 Jan 2004, Robert Walsh wrote: > > Should the FD returned by epoll_create() be recorded for the FD tracking > > code? > > If it creates an FD visible to user code, then yes. Ok, third time lucky... One thing I wasn't sure about: do I need to include a call to fd_allowed()? Not every call to record_fd_opened() is preceded by one (eg. fcntl()), although most are... maybe the missing ones are oversights? N |