Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
child_info Struct Reference

Data Fields

int master
 
int slave
 
char * slavename
 
VALUE execarg_obj
 
struct rb_execargeargp
 

Detailed Description

Definition at line 78 of file pty.c.

Field Documentation

◆ eargp

struct rb_execarg* child_info::eargp

Definition at line 82 of file pty.c.

Referenced by chfunc(), and establishShell().

◆ execarg_obj

VALUE child_info::execarg_obj

Definition at line 81 of file pty.c.

Referenced by establishShell().

◆ master

int child_info::master

Definition at line 79 of file pty.c.

Referenced by chfunc(), and establishShell().

◆ slave

int child_info::slave

Definition at line 79 of file pty.c.

Referenced by chfunc(), and establishShell().

◆ slavename

char* child_info::slavename

Definition at line 80 of file pty.c.

Referenced by chfunc(), and establishShell().


The documentation for this struct was generated from the following file: