CernVM-FS
2.12.0
|
#include <file_watcher.h>
Public Member Functions | |
WatchRecord () | |
WatchRecord (const std::string &path, file_watcher::EventHandler *h) | |
Public Attributes | |
std::string | file_path_ |
file_watcher::EventHandler * | handler_ |
Definition at line 50 of file file_watcher.h.
|
inline |
Definition at line 51 of file file_watcher.h.
|
inline |
Definition at line 53 of file file_watcher.h.
std::string file_watcher::WatchRecord::file_path_ |
Definition at line 58 of file file_watcher.h.
Referenced by file_watcher::FileWatcherInotify::RunEventLoop(), and file_watcher::FileWatcherKqueue::RunEventLoop().
file_watcher::EventHandler* file_watcher::WatchRecord::handler_ |
Definition at line 59 of file file_watcher.h.
Referenced by file_watcher::FileWatcherInotify::RunEventLoop(), and file_watcher::FileWatcherKqueue::RunEventLoop().