* Update database entries if inotify catches a file CLOSE_WRITE and the modify time is newer than the last recorded time in the database.

This commit is contained in:
Justin Maggard
2009-10-23 02:38:42 +00:00
parent 590f0761f4
commit 0f0d22c2f5
4 changed files with 55 additions and 39 deletions

View File

@ -1,3 +1,6 @@
int
inotify_remove_file(const char * path);
void *
start_inotify();