IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 1:17:11 AM (20 years ago)
Author:
eugene
Message:

adding ASSERTs all over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/StartJob.c

    r8424 r10652  
    1010
    1111  /* job must have assigned host */
     12  ASSERT (job != NULL, "missing job");
     13  ASSERT (host != NULL, "missing host");
    1214  ASSERT (host == (Host *) job[0].host, "invalid host");
    1315  ASSERT (job  == (Job *) host[0].job, "invalid job");
Note: See TracChangeset for help on using the changeset viewer.