Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
ancdata.c File Reference
#include "rubysocket.h"
#include <time.h>
Include dependency graph for ancdata.c:

Go to the source code of this file.

Functions

void rsock_init_ancdata (void)
 

Variables

int rsock_cmsg_cloexec_state = -1
 
static VALUE sym_wait_readable
 
static VALUE sym_wait_writable
 

Function Documentation

◆ rsock_init_ancdata()

void rsock_init_ancdata ( void  )

Variable Documentation

◆ rsock_cmsg_cloexec_state

int rsock_cmsg_cloexec_state = -1

Definition at line 5 of file ancdata.c.

◆ sym_wait_readable

VALUE sym_wait_readable
static

Definition at line 6 of file ancdata.c.

Referenced by rsock_init_ancdata().

◆ sym_wait_writable

VALUE sym_wait_writable
static

Definition at line 6 of file ancdata.c.

Referenced by rsock_init_ancdata().