From 53b4f58c78e21cbc442891c2ce2a2b99a32e47bc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Dec 2017 14:24:38 +0200 Subject: Add process::pipe struct, extend process API --- libbutl/process-run.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/process-run.cxx') diff --git a/libbutl/process-run.cxx b/libbutl/process-run.cxx index fd8abe3..446eec0 100644 --- a/libbutl/process-run.cxx +++ b/libbutl/process-run.cxx @@ -41,9 +41,9 @@ namespace butl const process_path& pp, const char* cmd[], const char* const* envvars, - int in, - int out, - int err) + process::pipe in, + process::pipe out, + process::pipe err) { try { -- cgit v1.1