Archived
1
0
Fork 0

inotify-map: use inotify-watch to keep track of the filesystem hirarchy.

This commit is contained in:
Henrik Hautakoski 2011-02-16 16:07:31 +01:00
parent a1a85267f0
commit 514a91b52e
4 changed files with 155 additions and 92 deletions

View file

@ -11,8 +11,6 @@
#ifndef __INOTIFY_MAP_H
#define __INOTIFY_MAP_H
#include "str-list.h"
void inotify_map(int wd, const char *path);
int inotify_unmap_wd(int wd);