Subject: Re: kqueue, NOTE_EOF
To: None <marius@monkey.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 11/12/2003 10:54:32
On Nov 12, 2003, at 10:40 AM, marius aamodt eriksen wrote:

> correct - this is the difference, kqueue will not yield any event at
> EOF.

So, kqueue should simply be changed to report the event.  I don't see 
any need for a separate EOF flag.  EOF can simply be determined as 
normal in the kqueue case as well.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>