Changeset 4450 for trunk/Ohana/src/opihi/pcontrol/StartJob.c
- Timestamp:
- Jul 4, 2005, 5:35:47 PM (21 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
r3212 r4450 11 11 12 12 /* job must have assigned host */ 13 host = job[0].host;13 host = (Host *) job[0].host; 14 14 if (host == NULL) { 15 15 fprintf (stderr, "no assigned host : programming error\n");
Note:
See TracChangeset
for help on using the changeset viewer.
