Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
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.

Field Documentation

◆ errbuf

char* errbuf

◆ errlen

size_t errlen

◆ exitcode

int exitcode

◆ outbuf

char* outbuf

◆ outlen

size_t outlen

◆ pid

pid_t pid

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