CUBRID Engine  latest
broker_recv_fd.c File Reference
#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"
Include dependency graph for broker_recv_fd.c:

Go to the source code of this file.

Macros

#define SYSV
 

Functions

int recv_fd (int fd, int *rid, char *driver_info)
 

Macro Definition Documentation

#define SYSV

Definition at line 51 of file broker_recv_fd.c.

Function Documentation

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().

Here is the caller graph for this function: