#include "common.h"
#include "error.h"
#include "sync.h"
#include "indexes.h"
#include "privileged.h"
#include "mon_inotify.h"
Go to the source code of this file.
◆ INOTIFY_HANDLE_CONTINUE
| #define INOTIFY_HANDLE_CONTINUE |
Value: {\
ptr +=
sizeof(
struct inotify_event) +
event->len;\
count++;\
continue;\
}
Definition at line 70 of file mon_inotify.c.
◆ event_bits
| Enumerator |
|---|
| UEM_DIR | |
| UEM_CREATED | |
| UEM_DELETED | |
Definition at line 27 of file mon_inotify.c.
◆ inotify_add_watch_dir()
| int inotify_add_watch_dir |
( |
ctx_t * | ctx_p, |
|
|
indexes_t * | indexes_p, |
|
|
const char *const | accpath ) |
◆ inotify_deinit()
| int inotify_deinit |
( |
ctx_t * | ctx_p | ) |
|
◆ inotify_handle()
◆ inotify_wait()
| int inotify_wait |
( |
ctx_t * | ctx_p, |
|
|
struct indexes * | indexes_p, |
|
|
struct timeval * | tv_p ) |
◆ recognize_event()