blob: 1d9b9d9378dbc3e54c52842704419aced8e612e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This library provides inotify-compatible interface for applications,
that need to monotor changes happening in a filesystem. It can be useful
when porting Linux applications, which often use inotify interface.
The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet
implemented, so the relevant tests are known to fail.
Author: Dmitry Matveev <me@dmitrymatveev.co.uk>
WWW: https://github.com/dmatveev/libinotify-kqueue
|