Switch to unified view
a/src/utils/rclionice.cpp | b/src/utils/rclionice.cpp | ||
---|---|---|---|
... |
... |
||
27 | if (!ExecCmd::which("ionice", ionicexe)) { |
27 | if (!ExecCmd::which("ionice", ionicexe)) { |
28 | // ionice not found, bail out |
28 | // ionice not found, bail out |
29 | LOGDEB0(("rclionice: ionice not found\n")); |
29 | LOGDEB0(("rclionice: ionice not found\n")); |
30 | return false; |
30 | return false; |
31 | } |
31 | } |
32 | list<string> args;
|
32 | vector<string> args; |
33 | args.push_back("-c"); |
33 | args.push_back("-c"); |
34 | args.push_back(clss); |
34 | args.push_back(clss); |
35 | 35 | ||
36 | if (!cdata.empty()) { |
36 | if (!cdata.empty()) { |
37 | args.push_back("-n"); |
37 | args.push_back("-n"); |