- 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/pcontrol/StartJob.c
r28317 r32584 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.
