#include "socket_interface.h"#include "cli.h"#include "logging.h"#include <stdlib.h>#include <zmq.h>Go to the source code of this file.
Macros | |
| #define | MAX_RECV_LEN 1024 |
Functions | |
| static void * | socket_loop (void *v_port) |
| int | start_socket_interface_thread (pthread_t *thread, int port) |
| #define MAX_RECV_LEN 1024 |
Definition at line 27 of file socket_interface.c.
|
static |
Definition at line 29 of file socket_interface.c.
| int start_socket_interface_thread | ( | pthread_t * | thread, |
| int | port | ||
| ) |
Definition at line 84 of file socket_interface.c.
1.8.6