- 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/pcontrol/StartJob.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/pcontrol/StartJob.c
r28317 r33415 25 25 bzero (line, Nline); 26 26 strcpy (line, "job"); 27 if (job[0].priority) { 28 char tmp[64]; 29 snprintf (tmp, 64, " -nice %d", job[0].priority); 30 strcat (line, tmp); 31 } 27 32 for (i = 0; i < job[0].argc; i++) { 28 33 strcat (line, " ");
Note:
See TracChangeset
for help on using the changeset viewer.
