kqueue and filenames
- From: Info <info@xxxxxxxxxxxxxx>
- Date: Mon, 23 Jan 2012 11:52:21 +0100
Hi,
I'm using kqueue for detecting file-events; for additional information I add a struct to udata, when registering an event with kevent.
When I delete an event, will be udata deleted too, or do I have to manage the memory for the structs with an own implementation?
kevent is triggered when a file is renamed. How do I get the new name?
Is there an extra function? In the moment, I see only the possibility by searching the filesystem(folder) for a new name.
Thanks for every hint.
Matthias
Moenchengladbach, Germany
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: kqueue and filenames
- From: Pieter de Goeje
- Re: kqueue and filenames
- Prev by Date: portmaster best practices
- Next by Date: SV: php5 port seems broken
- Previous by thread: portmaster best practices
- Next by thread: Re: kqueue and filenames
- Index(es):
Relevant Pages
|