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/CheckBusyJob.c

    r10651 r10652  
    1212     JOB_BUSY stack, and is linked to a host in the HOST_BUSY stack. 
    1313     XXX need to check on state of HOST on return */
     14
     15  ASSERT (job, "job not set");
     16  ASSERT (host, "host not set");
    1417
    1518  ASSERT (host == (Host *) job[0].host, "invalid host");
Note: See TracChangeset for help on using the changeset viewer.