Date: Wed, 14 Dec 2005 01:12:23 +0100 (CET) From: Vaclav Haisman <V.Haisman@sh.cvut.cz> To: Vaclav Haisman <V.Haisman@sh.cvut.cz> Cc: freebsd-hackers@freebsd.org Subject: kqueue/kevent and directories (Was: Equivalent of POLLERR for kqueue.) Message-ID: <20051214010711.F78686@logout.sh.cvut.cz> In-Reply-To: <20051213193118.Q94136@logout.sh.cvut.cz> References: <20051213193118.Q94136@logout.sh.cvut.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 13 Dec 2005, Vaclav Haisman wrote: > Is there equivalent of POLLERR for kqueue()? Or is EV_EOF the only thing? I > would like to use kqueue/kevent for sockets but error condition signaling is > not clear to me from manpage. > > Vaclav Haisman Another unclear area for me is how do changes in watched directory map on NOTE_*s of EVFILT_VNODE filter. What NOTE_* do I get when a file is created/deleted/modified etc.? Is there some other documentation I can read besides the man page? Vaclav Haisman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051214010711.F78686>