Changeset 13542 for trunk/Ohana/src/opihi/pantasks/kill.c
- Timestamp:
- May 30, 2007, 12:14:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/kill.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/kill.c
r7917 r13542 13 13 14 14 job = FindJob (JobID); 15 if (job == NULL) { 16 gprint (GP_LOG, "job not found\n"); 17 return (TRUE); 18 } 15 19 16 20 if (job[0].mode == JOB_LOCAL) { … … 27 31 } 28 32 } 29 30 gprint (GP_ ERR, "this function is not yet implemented\n");33 DeleteJob (job); 34 gprint (GP_LOG, "job removed\n"); 31 35 return (TRUE); 32 36 }
Note:
See TracChangeset
for help on using the changeset viewer.
