#include <glib.h>
Go to the source code of this file.
|
| int | sync_run (struct ctx *ctx) |
| |
| int | sync_dump (struct ctx *ctx, const char *const dest_dir) |
| |
| int | sync_term (int exitcode) |
| |
| int | threads_foreach (int(*funct)(threadinfo_t *, void *), state_t state, void *arg) |
| |
| threadsinfo_t * | thread_info () |
| |
| time_t | thread_nextexpiretime () |
| |
| int | sync_prequeue_loadmark (int fsmon_d, struct ctx *ctx_p, struct indexes *indexes_p, const char *path_full, const char *path_rel, stat64_t *lst_p, eventobjtype_t objtype_old, eventobjtype_t objtype_new, uint32_t event_mask, int event_wd, mode_t st_mode, off_t st_size, char **path_buf_p, size_t *path_buf_len_p, struct eventinfo *evinfo) |
| |
| int | sync_prequeue_unload (struct ctx *ctx_p, struct indexes *indexes_p) |
| |
| const char * | sync_parameter_get (const char *variable_name, void *_dosync_arg_p) |
| |
◆ thread_callbackfunct_arg_t
◆ thread_callbackfunct_t
◆ threadinfo_t
◆ threadsinfo_t
◆ sync_dump()
| int sync_dump |
( |
struct ctx * |
ctx, |
|
|
const char *const |
dest_dir |
|
) |
| |
◆ sync_parameter_get()
| const char* sync_parameter_get |
( |
const char * |
variable_name, |
|
|
void * |
_dosync_arg_p |
|
) |
| |
◆ sync_prequeue_loadmark()
| int sync_prequeue_loadmark |
( |
int |
fsmon_d, |
|
|
struct ctx * |
ctx_p, |
|
|
struct indexes * |
indexes_p, |
|
|
const char * |
path_full, |
|
|
const char * |
path_rel, |
|
|
stat64_t * |
lst_p, |
|
|
eventobjtype_t |
objtype_old, |
|
|
eventobjtype_t |
objtype_new, |
|
|
uint32_t |
event_mask, |
|
|
int |
event_wd, |
|
|
mode_t |
st_mode, |
|
|
off_t |
st_size, |
|
|
char ** |
path_buf_p, |
|
|
size_t * |
path_buf_len_p, |
|
|
struct eventinfo * |
evinfo |
|
) |
| |
◆ sync_prequeue_unload()
| int sync_prequeue_unload |
( |
struct ctx * |
ctx_p, |
|
|
struct indexes * |
indexes_p |
|
) |
| |
◆ sync_run()
| int sync_run |
( |
struct ctx * |
ctx | ) |
|
◆ sync_term()
| int sync_term |
( |
int |
exitcode | ) |
|
◆ thread_info()
◆ thread_nextexpiretime()
| time_t thread_nextexpiretime |
( |
| ) |
|
◆ threads_foreach()
◆ pthread_sighandler
| pthread_t pthread_sighandler |