- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/pantasks/task.c
r32632 r33985 5 5 6 6 int hash; 7 int ThisList , status;7 int ThisList; 8 8 char *input, *outline; 9 9 Task *task; … … 82 82 case TASK_NPENDING: 83 83 case TASK_ACTIVE: 84 status = command (input, &outline, TRUE); 84 // status = command(); do something with this info? 85 command (input, &outline, TRUE); 85 86 if (outline != NULL) free (outline); 86 /* what to do if command is invalid?87 if (!status) return (FALSE); */88 87 break; 89 88
Note:
See TracChangeset
for help on using the changeset viewer.
