Skip to content

File broker_recv_fd.c

FileList > broker > broker_recv_fd.c

Go to the source code of this file

  • #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"

Public Functions

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

Macros

Type Name
define SYSV

Public Functions Documentation

function recv_fd

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

Macro Definition Documentation

define SYSV

#define SYSV 


The documentation for this class was generated from the following file cubrid/src/broker/broker_recv_fd.c