Public Attributes | |
uint32_t | cookie |
the unique cookie which associates two MOVE events | |
int | prev_watch_id |
the watch_id for the previous pathname | |
int | new_watch_id |
the watch_id for the new pathname | |
char | prev_path [PATH_MAX] |
the previous pathname | |
char | new_path [PATH_MAX] |
the new pathname |
rename). See How inotify rename cookies are managed..
Definition at line 201 of file inotify_watch.c.