MySQL 9.1.0
Source Code Documentation
|
#include "xcom/network/xcom_network_provider_native_lib.h"
#include "xcom/site_def.h"
#include "xcom/task.h"
#include "xcom/task_debug.h"
#include "xcom/task_net.h"
#include "xcom/task_os.h"
#include "xcom/x_platform.h"
#include "xcom/xcom_base.h"
#include "xcom/xcom_transport.h"
#include <poll.h>
Macros | |
#define | CONNECT_FAIL |
Functions | |
static void | dump_error (int err) |
int | set_xcom_socket_accept_cb (xcom_socket_accept_cb x) |
Variables | |
static xcom_socket_accept_cb | xcom_socket_accept_callback = nullptr |
#define CONNECT_FAIL |
|
inlinestatic |
int set_xcom_socket_accept_cb | ( | xcom_socket_accept_cb | x | ) |
|
static |