mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
This module implements an interface to the Linux 2.6.13 and later Inotify
|
|
file/directory change notification sytem.
|
|
|
|
It has a number of advantages over the Linux::Inotify module:
|
|
- it is portable (Linux::Inotify only works on x86)
|
|
- the equivalent of fullname works correctly
|
|
- it is better documented
|
|
- it has callback-style interface, which is better suited for
|
|
integration.
|