Changeset 32632 for trunk/Ohana/src/opihi/pantasks/TaskOps.c
- Timestamp:
- Nov 8, 2011, 2:54:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/TaskOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/TaskOps.c
r31856 r32632 487 487 488 488 NewTask[0].active = TRUE; 489 NewTask[0].priority = 0; 489 490 return (NewTask); 490 491 } … … 595 596 if (!strcasecmp (command, "END")) hash = TASK_END; 596 597 if (!strcasecmp (command, "HOST")) hash = TASK_HOST; 598 if (!strcasecmp (command, "NICE")) hash = TASK_NICE; 597 599 if (!strcasecmp (command, "NMAX")) hash = TASK_NMAX; 598 600 if (!strcasecmp (command, "ACTIVE")) hash = TASK_ACTIVE;
Note:
See TracChangeset
for help on using the changeset viewer.
