BorisSchaeling / boost-process

Boost.Process is a library to manage system processes
Boost Software License 1.0
32 stars 20 forks source link

Store new pid in posix::executor for initializers to see. #10

Open nat-goodspeed opened 8 years ago

nat-goodspeed commented 8 years ago

The on_fork_success() method for Posix initializers should have access to the new child pid, just as the on_CreateProcess_success() method for Windows initializers has access to the new hProcess.