Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
subprocess::close_fds Struct Reference

#include <subprocess.hpp>

Public Member Functions

 close_fds (bool c)
 

Public Attributes

bool close_all = false
 

Detailed Description

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 683 of file subprocess.hpp.

Constructor & Destructor Documentation

◆ close_fds()

subprocess::close_fds::close_fds ( bool  c)
inlineexplicit

Definition at line 684 of file subprocess.hpp.

Member Data Documentation

◆ close_all

bool subprocess::close_fds::close_all = false

Definition at line 685 of file subprocess.hpp.


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