bg_subprocess_t Struct Reference
[Subprocesses]

Subprocess handle. More...

#include <subprocess.h>


Data Fields

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


Detailed Description

Subprocess handle.

Field Documentation

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

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

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

Internals made opaque.


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

Generated on Thu Dec 18 08:24:29 2008 for gmerlin by  doxygen 1.5.7.1