Changeset 9037 for trunk/Ohana/src/opihi/pantasks/TaskOps.c
- Timestamp:
- Sep 28, 2006, 2:13:41 PM (20 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
r8548 r9037 282 282 NewTask[0].optv = NULL; 283 283 284 NewTask[0].stdout_dump = NULL; 285 NewTask[0].stderr_dump = NULL; 286 284 287 NewTask[0].exec = NULL; 285 288 NewTask[0].crash = NULL; … … 417 420 if (!strcasecmp (command, "NMAX")) hash = TASK_NMAX; 418 421 if (!strcasecmp (command, "TRANGE")) hash = TASK_TRANGE; 422 if (!strcasecmp (command, "STDOUT")) hash = TASK_STDOUT; 423 if (!strcasecmp (command, "STDERR")) hash = TASK_STDERR; 419 424 if (!strcasecmp (command, "COMMAND")) hash = TASK_COMMAND; 420 425 if (!strcasecmp (command, "OPTIONS")) hash = TASK_OPTIONS;
Note:
See TracChangeset
for help on using the changeset viewer.
