|
|
int | inotify_monitor_handle = -1 |
|
int | epoll_handle = -1 |
|
int | wake_handle = -1 |
|
std::vector< event > | events |
|
std::unordered_set< int > | watched_descriptors |
|
std::unordered_map< std::string, int > | path_to_wd |
|
std::unordered_map< int, std::string > | wd_to_path |
|
std::unordered_set< int > | descriptors_to_remove |
|
std::unordered_set< int > | watches_to_remove |
|
std::vector< std::string > | paths_to_rescan |
|
std::vector< std::string > | paths_to_fire_create |
|
time_t | curr_time |
The documentation for this struct was generated from the following file:
- libfswatch/c++/inotify_monitor.cpp