Process tools: add print helper, support signals

This commit is contained in:
Alexey Rybalchenko
2019-03-19 15:12:24 +01:00
committed by Dennis Klein
parent 696257fd4f
commit ef4d6a3310
2 changed files with 51 additions and 29 deletions

View File

@@ -38,7 +38,8 @@ struct execute_result
*/
execute_result execute(const std::string& cmd,
const std::string& prefix = "",
const std::string& input = "");
const std::string& input = "",
int sig = -1);
} /* namespace tools */
} /* namespace mq */