|
clsync
|
#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.
Data Structures | |
| struct | recognize_event_return |
Macros | |
| #define | INOTIFY_HANDLE_CONTINUE |
Enumerations | |
| enum | event_bits { UEM_DIR = 0x01 , UEM_CREATED = 0x02 , UEM_DELETED = 0x04 } |
Functions | |
| static void | recognize_event (struct recognize_event_return *r, uint32_t event) |
| int | inotify_add_watch_dir (ctx_t *ctx_p, indexes_t *indexes_p, const char *const accpath) |
| int | inotify_wait (ctx_t *ctx_p, struct indexes *indexes_p, struct timeval *tv_p) |
| int | inotify_handle (ctx_t *ctx_p, indexes_t *indexes_p) |
| int | inotify_deinit (ctx_t *ctx_p) |
| #define INOTIFY_HANDLE_CONTINUE |
Definition at line 70 of file mon_inotify.c.
| enum event_bits |
| Enumerator | |
|---|---|
| UEM_DIR | |
| UEM_CREATED | |
| UEM_DELETED | |
Definition at line 27 of file mon_inotify.c.
| int inotify_add_watch_dir | ( | ctx_t * | ctx_p, |
| indexes_t * | indexes_p, | ||
| const char *const | accpath ) |
| int inotify_deinit | ( | ctx_t * | ctx_p | ) |
| int inotify_handle | ( | ctx_t * | ctx_p, |
| indexes_t * | indexes_p ) |
Definition at line 76 of file mon_inotify.c.


|
inlinestatic |