- 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/TaskOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/pantasks/TaskOps.c
r31856 r33415 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.
