diff options
author | Ron Yorston <rmy@pobox.com> | 2020-04-15 10:17:48 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-04-15 10:17:48 +0100 |
commit | db46c292750493d2e98a21ec24a8a407fd8b3207 (patch) | |
tree | 6b6d872da31276cbdc329347a1aac9dece0eb086 /win32 | |
parent | c2f7974901118ff4ec004da1e71a7386b900a505 (diff) | |
download | busybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.tar.gz busybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.tar.bz2 busybox-w32-db46c292750493d2e98a21ec24a8a407fd8b3207.zip |
inotifyd: WIN32 port
Use ReadDirectoryChangesW to implement inotifyd for WIN32.
There are limitations:
- It's only possible to watch directories, not files.
- The notification doesn't distinguish between different changes to
file state. All changes other than creation, deletion and renaming
are reported as 'c'.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/sys/inotify.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/win32/sys/inotify.h b/win32/sys/inotify.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/sys/inotify.h | |||