mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Process tools: add print helper, support signals
This commit is contained in:
committed by
Dennis Klein
parent
696257fd4f
commit
ef4d6a3310
@@ -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 */
|
||||
|
Reference in New Issue
Block a user