inotify-map: use inotify-watch to keep track of the filesystem hirarchy.
This commit is contained in:
parent
a1a85267f0
commit
514a91b52e
4 changed files with 155 additions and 92 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue