5 #ifndef CVMFS_FILE_WATCHER_INOTIFY_H_
6 #define CVMFS_FILE_WATCHER_INOTIFY_H_
13 namespace file_watcher {
22 int read_pipe,
int write_pipe);
32 #endif // CVMFS_FILE_WATCHER_INOTIFY_H_
virtual ~FileWatcherInotify()
virtual int TryRegisterFilter(const std::string &file_path)
std::map< std::string, EventHandler * > HandlerMap
virtual bool RunEventLoop(const FileWatcher::HandlerMap &handler, int read_pipe, int write_pipe)