]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - src/dnsmasq.h
Use inotify instead of polling on Linux.
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 10 Dec 2014 17:32:16 +0000 (17:32 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 10 Dec 2014 17:32:16 +0000 (17:32 +0000)
commit193de4abf59e49c6b70d54cfe9720fcb95ca2f71
treeefb2475e185e40660b5e17f7a46a5bbf17f026e5
parentb9ff5c8f435173cfa616e3c398bdc089ef690a07
Use inotify instead of polling on Linux.

This should solve problems people are seeing when a file changes
twice within a second and thus is missed for polling.
Makefile
bld/Android.mk
src/dnsmasq.c
src/dnsmasq.h
src/inotify.c [new file with mode: 0644]