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

#include <subprocess.h>

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 550 of file subprocess.h.

Constructor & Destructor Documentation

◆ close_fds()

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

Definition at line 551 of file subprocess.h.

Member Data Documentation

◆ close_all

bool subprocess::close_fds::close_all = false

Definition at line 552 of file subprocess.h.


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