![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
close_fds (bool c) | |
Public Attributes | |
bool | close_all = false |
Option to close all file descriptors when the child process is spawned. The close fd list does not include input/output/error if they are explicitly set as part of the Popen arguments.
Default value is false.
Definition at line 550 of file subprocess.h.
|
inlineexplicit |
Definition at line 551 of file subprocess.h.
bool subprocess::close_fds::close_all = false |
Definition at line 552 of file subprocess.h.