- Timestamp:
- Oct 28, 2011, 6:38:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/opihi/pantasks/ControllerOps.c
r27491 r32584 258 258 sprintf (cmd, "job -host %s", job[0].task[0].host); 259 259 } 260 } 261 262 if (job[0].priority) { 263 char tmp[64]; 264 snprintf (tmp, 64, " -nice %d", job[0].priority); 265 strcat (cmd, tmp); 260 266 } 261 267
Note:
See TracChangeset
for help on using the changeset viewer.
