Kqueue write event position?

Ivan Voras ivoras at fer.hr
Wed Nov 22 20:37:17 UTC 2006


>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?



More information about the freebsd-hackers mailing list