Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
A capture of running an external process. More...
#include <test.h>
Data Fields | |
char * | errbuf |
buffer holding stderr More... | |
size_t | errlen |
length of buffer holding stderr More... | |
int | exitcode |
exit code of child More... | |
char * | outbuf |
buffer holding stdout More... | |
size_t | outlen |
length of buffer holding stdout More... | |
pid_t | pid |
process id of child More... | |
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.
char* errbuf |
size_t errlen |
length of buffer holding stderr
Definition at line 225 of file test.h.
Referenced by AST_TEST_DEFINE().
int exitcode |
char* outbuf |
size_t outlen |
length of buffer holding stdout
Definition at line 221 of file test.h.
Referenced by AST_TEST_DEFINE().
pid_t pid |