|
CUBRID Engine
latest
|
#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/uio.h>#include <stddef.h>#include <errno.h>#include <stdlib.h>#include "porting.h"#include "cas_protocol.h"#include "broker_recv_fd.h"#include "broker_send_recv_msg.h"
Go to the source code of this file.
Macros | |
| #define | SYSV |
Functions | |
| int | recv_fd (int fd, int *rid, char *driver_info) |
| #define SYSV |
Definition at line 51 of file broker_recv_fd.c.
| int recv_fd | ( | int | fd, |
| int * | rid, | ||
| char * | driver_info | ||
| ) |
Definition at line 58 of file broker_recv_fd.c.
References CONTROLLEN, sendmsg_s::driver_info, NULL, pid, rc, sendmsg_s::rid, and SRV_CON_CLIENT_INFO_SIZE.
Referenced by cas_main(), and proxy_socket_io_new_client().
