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>
Sun, 16 Oct 2011 22:54:04 +0000 (18:54 -0400)
commit9437d183492745b87b8c0b67b5a6dddf4508c0a1
tree7b665ee7f9b6b6535bc5146ffed0aa8fd15f1160
parentd848c228856c4966a4504f6312bb0f542aa125ac
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
obt/watch.c
obt/watch.h
obt/watch_inotify.c [new file with mode: 0644]