#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.
◆ closecontrol()
| static void closecontrol |
( |
ctx_t * | ctx_p | ) |
|
|
inlinestatic |
◆ control_cleanup()
| int control_cleanup |
( |
ctx_t * | ctx_p | ) |
|
◆ control_dump()
◆ control_error()
| static int control_error |
( |
clsyncsock_t * | clsyncsock_p, |
|
|
sockcmd_t * | sockcmd_p, |
|
|
const char *const | funct, |
|
|
const char *const | args ) |
|
inlinestatic |
◆ control_loop()
| int control_loop |
( |
ctx_t * | ctx_p | ) |
|
◆ control_procclsyncsock()
◆ control_run()
| int control_run |
( |
ctx_t * | ctx_p | ) |
|
◆ pthread_control
| pthread_t pthread_control |
|
static |