Changeset 4705 for trunk/Ohana/src/opihi/pantasks/task.c
- Timestamp:
- Aug 3, 2005, 5:50:08 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/task.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/task.c
r4697 r4705 36 36 if (task == NULL) { /**** new task ****/ 37 37 task = CreateTask (argv[1]); 38 } else { 39 RemoveTask (task); 40 SetNewTask (task); 38 41 } 39 /* temporary task is saved statically 40 add to list after definition is complete */ 42 /* While a task is being defined, it is removed from the task list. The new task is added to the task list 43 when the definition process is complete. 44 XXX If an outstanding job has a task deleted, it will not be able to complete... */ 41 45 42 46 /* read in task from appropriate source (keyboard or list) until end */ 43 47 44 /* allowed tokens: command, host, stderr, periods, end */48 /* allowed tokens: command, host, stderr, periods, trange, nmax, task.exit, task.exec, end */ 45 49 46 50 ThisList = Nlists;
Note:
See TracChangeset
for help on using the changeset viewer.
