Asterisk - The Open Source Telephony Project
21.4.1
|
A capture of running an external process. More...
#include <test.h>
Data Fields | |
char * | errbuf |
buffer holding stderr | |
size_t | errlen |
length of buffer holding stderr | |
int | exitcode |
exit code of child | |
char * | outbuf |
buffer holding stdout | |
size_t | outlen |
length of buffer holding stdout | |
pid_t | pid |
process id of child | |
A capture of running an external process.
This contains a buffer holding stdout, another containing stderr, the process id of the child, and its exit code.