Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
spawn_args Struct Reference

Data Fields

VALUE execarg
 
struct {
   char *   ptr
 
   size_t   buflen
 
errmsg
 

Detailed Description

Definition at line 3961 of file process.c.

Field Documentation

◆ buflen

size_t spawn_args::buflen

Definition at line 3965 of file process.c.

Referenced by do_spawn_process(), and rb_execarg_spawn().

◆ errmsg

struct { ... } spawn_args::errmsg

◆ execarg

VALUE spawn_args::execarg

Definition at line 3962 of file process.c.

Referenced by do_spawn_process(), and rb_execarg_spawn().

◆ ptr

char* spawn_args::ptr

Definition at line 3964 of file process.c.

Referenced by do_spawn_process(), and rb_execarg_spawn().


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