Add/fix inotify support for watching filesystem changes.
authorDana Jansens <danakj@orodu.net>
Mon, 20 Sep 2010 19:45:36 +0000 (15:45 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 4 Oct 2010 21:36:10 +0000 (17:36 -0400)
commit9e12f6a2abadee1553d52a056356fde15164abbb
tree3bc9248d46e41557fc932db1f2b56a8e8fa15053
parent86180fb2b77f2a1a4357139557cfc02925cffcf3
Add/fix inotify support for watching filesystem changes.

obt/watch.h has the interface.
obt/watch.c has the generic watch code.
obt/watch_inotify.c has an inotify-specific backend, which could be replaced with another.
Makefile.am
configure.ac
obt/watch.c
obt/watch.h
obt/watch_inotify.c [new file with mode: 0644]