Skip to content

File broker_send_fd.c

FileList > broker > broker_send_fd.c

Go to the source code of this file

  • #include <sys/types.h>
  • #include <netinet/in.h>
  • #include <sys/socket.h>
  • #include <sys/uio.h>
  • #include <stddef.h>
  • #include <errno.h>
  • #include <stdlib.h>
  • #include <memory.h>
  • #include <assert.h>
  • #include "porting.h"
  • #include "cas_protocol.h"
  • #include "broker_send_fd.h"
  • #include "broker_send_recv_msg.h"

Public Functions

Type Name
int send_fd (int server_fd, int client_fd, int rid, char * driver_info)

Macros

Type Name
define SYSV

Public Functions Documentation

function send_fd

int send_fd (
    int server_fd,
    int client_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_send_fd.c