Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_test_capture Struct Reference

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
 

Detailed Description

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.

Definition at line 217 of file test.h.


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