Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
child_process Struct Reference

#include <run-command.h>

Data Fields

const char ** argv
 
pid_t pid
 
int in
 
int out
 
int err
 
const chardir
 
const char *constenv
 
unsigned no_stdin:1
 
unsigned no_stdout:1
 
unsigned no_stderr:1
 
unsigned perf_cmd:1
 
unsigned stdout_to_stderr:1
 
void(* preexec_cb )(void)
 

Detailed Description

Definition at line 15 of file run-command.h.

Field Documentation

const char** argv

Definition at line 16 of file run-command.h.

const char* dir

Definition at line 39 of file run-command.h.

Definition at line 40 of file run-command.h.

int err

Definition at line 38 of file run-command.h.

int in

Definition at line 36 of file run-command.h.

unsigned no_stderr

Definition at line 43 of file run-command.h.

unsigned no_stdin

Definition at line 41 of file run-command.h.

unsigned no_stdout

Definition at line 42 of file run-command.h.

int out

Definition at line 37 of file run-command.h.

unsigned perf_cmd

Definition at line 44 of file run-command.h.

Definition at line 17 of file run-command.h.

void(* preexec_cb)(void)

Definition at line 46 of file run-command.h.

unsigned stdout_to_stderr

Definition at line 45 of file run-command.h.


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