|
clsync
|
#include <glib.h>

Go to the source code of this file.
Data Structures | |
| struct | thread_callbackfunct_arg |
| struct | threadinfo |
| struct | threadsinfo |
Typedefs | |
| typedef struct thread_callbackfunct_arg | thread_callbackfunct_arg_t |
| typedef int(* | thread_callbackfunct_t) (ctx_t *ctx_p, thread_callbackfunct_arg_t *arg_p) |
| typedef struct threadinfo | threadinfo_t |
| typedef struct threadsinfo | threadsinfo_t |
Functions | |
| 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) |
Variables | |
| pthread_t | pthread_sighandler |
| typedef struct thread_callbackfunct_arg thread_callbackfunct_arg_t |
| typedef int(* thread_callbackfunct_t) (ctx_t *ctx_p, thread_callbackfunct_arg_t *arg_p) |
| typedef struct threadinfo threadinfo_t |
| typedef struct threadsinfo threadsinfo_t |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |

|
extern |
