|
FlatImage
A configurable Linux containerization system
|
Arguments passed to child callback. More...
#include <subprocess.hpp>
Public Attributes | |
| pid_t | parent_pid |
| int | stdin_fd |
| int | stdout_fd |
| int | stderr_fd |
Arguments passed to child callback.
Definition at line 59 of file subprocess.hpp.
| pid_t ns_subprocess::ArgsCallbackChild::parent_pid |
Definition at line 61 of file subprocess.hpp.
| int ns_subprocess::ArgsCallbackChild::stderr_fd |
Definition at line 64 of file subprocess.hpp.
| int ns_subprocess::ArgsCallbackChild::stdin_fd |
Definition at line 62 of file subprocess.hpp.
| int ns_subprocess::ArgsCallbackChild::stdout_fd |
Definition at line 63 of file subprocess.hpp.