FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_subprocess::ArgsCallbackChild Struct Reference

Arguments passed to child callback. More...

#include <subprocess.hpp>

Public Attributes

pid_t parent_pid
 
int stdin_fd
 
int stdout_fd
 
int stderr_fd
 

Detailed Description

Arguments passed to child callback.

Definition at line 59 of file subprocess.hpp.

Member Data Documentation

◆ parent_pid

pid_t ns_subprocess::ArgsCallbackChild::parent_pid

Definition at line 61 of file subprocess.hpp.

◆ stderr_fd

int ns_subprocess::ArgsCallbackChild::stderr_fd

Definition at line 64 of file subprocess.hpp.

◆ stdin_fd

int ns_subprocess::ArgsCallbackChild::stdin_fd

Definition at line 62 of file subprocess.hpp.

◆ stdout_fd

int ns_subprocess::ArgsCallbackChild::stdout_fd

Definition at line 63 of file subprocess.hpp.


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