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>
Wed, 5 Oct 2011 17:34:36 +0000 (13:34 -0400)
commita8455490c603e4135492cb7d49360da336002b93
tree39ac7de56f39164590a2688547daf3b600a349e0
parent45a09e15c2b869881fcf40509e09bb6c373740cf
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]