Fix termination of child processes when the parent terminates

This commit is contained in:
Cameron Gutman
2024-01-02 18:17:09 -06:00
parent 43992e7e9b
commit a01a15a54b
2 changed files with 17 additions and 12 deletions

View File

@@ -100,7 +100,7 @@ namespace proc {
bool placebo {};
boost::process::child _process;
boost::process::group _process_handle;
boost::process::group _process_group;
file_t _pipe;
std::vector<cmd_t>::const_iterator _app_prep_it;