Date: Wed, 22 Nov 2006 21:35:20 +0100 From: Ivan Voras <ivoras@fer.hr> To: freebsd-hackers@freebsd.org Subject: Kqueue write event position? Message-ID: <ek2ca4$sft$1@sea.gmane.org>
next in thread | raw e-mail | index | archive | help
>From the kqueue(2) manual:
"""
EVFILT_VNODE Takes a file descriptor as the identifier and the events
to watch for in fflags, and returns when one or more of
the requested events occurs on the descriptor. The
events
to monitor are:...
"""
I'm interested in NOTE_WRITE, but is there a way to find out where has
the write been performed (position and length)? If not, how difficult
would it be to expand the API so this information is included?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ek2ca4$sft$1>
