BuildCache
Public Attributes | List of all members
bcache::sys::run_result_t Struct Reference

Run results from an external command. More...

#include <sys_utils.hpp>

Public Attributes

std::string std_out
 The contents of stdout.
 
std::string std_err
 The contents of stderr.
 
int return_code = 1
 The program return code (zero for success).
 

Detailed Description

Run results from an external command.


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