|
clsync
|
#include "common.h"#include <sys/un.h>#include <sys/stat.h>#include <sys/types.h>#include <fcntl.h>#include <glib.h>#include "indexes.h"#include "main.h"#include "ctx.h"#include "error.h"#include "sync.h"#include "control.h"#include "socket.h"
Go to the source code of this file.
Functions | |
| static int | control_error (clsyncsock_t *clsyncsock_p, sockcmd_t *sockcmd_p, const char *const funct, const char *const args) |
| int | control_dump (ctx_t *ctx_p, clsyncsock_t *clsyncsock_p, sockcmd_t *sockcmd_p) |
| int | control_procclsyncsock (socket_sockthreaddata_t *arg, sockcmd_t *sockcmd_p) |
| static void | closecontrol (ctx_t *ctx_p) |
| int | control_loop (ctx_t *ctx_p) |
| int | control_run (ctx_t *ctx_p) |
| int | control_cleanup (ctx_t *ctx_p) |
Variables | |
| static pthread_t | pthread_control |
|
inlinestatic |
| int control_cleanup | ( | ctx_t * | ctx_p | ) |
| int control_dump | ( | ctx_t * | ctx_p, |
| clsyncsock_t * | clsyncsock_p, | ||
| sockcmd_t * | sockcmd_p ) |
|
inlinestatic |
| int control_loop | ( | ctx_t * | ctx_p | ) |
| int control_procclsyncsock | ( | socket_sockthreaddata_t * | arg, |
| sockcmd_t * | sockcmd_p ) |
| int control_run | ( | ctx_t * | ctx_p | ) |