]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/process/child.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / process / child.hpp
index 01cd93c38545d9eaffc6d82367410504c65de6ae..8e6dcdd08d3aa33ed68d3aa7d593aa8a950f4b4d 100644 (file)
@@ -92,6 +92,10 @@ class child
     /** Get the Process Identifier. */
     pid_t id()      const;
 
+    /** Get the native, uninterpreted exit code. The return value is without any meaning if the child wasn't waited
+     *  for or if it was terminated. */
+    int native_exit_code() const;
+
     /** Check if the child process is running. */
     bool running();
     /** \overload void running() */