]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Process.hpp
allow cloned env with child processes
[blank.git] / src / app / Process.hpp
index 6f5a5ae6f429806a3a9001885cecd26092c017f7..732fd2f4ac413c49eef56234bc1daf1569d57843 100644 (file)
@@ -16,7 +16,12 @@ public:
 
 public:
        /// launch process executing the file at given path with
-       /// given arguments and environment
+       /// given arguments and environment of parent process
+       Process(
+               const std::string &path,
+               const Arguments &args);
+       /// launch process executing the file at given path with
+       /// given arguments and given environment
        Process(
                const std::string &path,
                const Arguments &args,