John Baldwin wrote:
> > To build little applets that activate a flashing red light when
> > certain files are written?
> 
> Why do you need the inode number to do that.  Just kqueue on the
> file itself using a regular fd, and in that case you can stat(2)
> the file if you really need the i-node number.  You don't need
> to use libkvm to actually go read the kernel to find this info!

Maybe they have to check a SYSV message queue at the same time,
but can't use a blocking kqueue call because my System V message
queue kqueue patches were never committed.  8-).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to