gmerlin
Data Fields
bg_subprocess_t Struct Reference

Subprocess handle. More...

#include <subprocess.h>

Data Fields

int stdin_fd
 Filedescriptor, which is a pipe to the stdin of the process. More...
 
int stdout_fd
 Filedescriptor, which is a pipe to the stdout of the process. More...
 
int stderr_fd
 Filedescriptor, which is a pipe to the stderr of the process. More...
 
void * priv
 Internals made opaque. More...
 

Detailed Description

Subprocess handle.

Field Documentation

int bg_subprocess_t::stdin_fd

Filedescriptor, which is a pipe to the stdin of the process.

int bg_subprocess_t::stdout_fd

Filedescriptor, which is a pipe to the stdout of the process.

int bg_subprocess_t::stderr_fd

Filedescriptor, which is a pipe to the stderr of the process.

void* bg_subprocess_t::priv

Internals made opaque.


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