taisei/src/filewatch
Andrei Alexeyev c24abd2b92
filewatch_inotify: handle misaligned inotify_event entries
This shouldn't be needed, as according to the Linux inotify(7) man page,
the entries are supposed to be aligned. It looks like libinotify-kqueue
doesn't respect this and doesn't properly zero-pad the name field.
2022-07-12 01:58:41 +03:00
..
filewatch.h filewatch: add filewatch module for basic file monitoring 2022-01-02 08:28:11 +02:00
filewatch_inotify.c filewatch_inotify: handle misaligned inotify_event entries 2022-07-12 01:58:41 +03:00
filewatch_null.c filewatch: add filewatch module for basic file monitoring 2022-01-02 08:28:11 +02:00
meson.build build: enable filewatch for developer builds only 2022-01-02 08:39:09 +02:00