- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/pantasks/ControllerOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/pantasks/ControllerOps.c
r27491 r33415 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.
