Changeset 10652 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Dec 12, 2006, 1:17:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartJob.c
r8424 r10652 10 10 11 11 /* job must have assigned host */ 12 ASSERT (job != NULL, "missing job"); 13 ASSERT (host != NULL, "missing host"); 12 14 ASSERT (host == (Host *) job[0].host, "invalid host"); 13 15 ASSERT (job == (Job *) host[0].job, "invalid job");
Note:
See TracChangeset
for help on using the changeset viewer.
