IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 3:57:20 PM (19 years ago)
Author:
jhoblitt
Message:

merge chipqueue.c -> pxchip.c
merge camqueue.c -> pxcam.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/src/regtool.c

    r13990 r13996  
    634634        // insert an entry into the chipPendingExp table
    635635        // this can only be run as the newExp's state has been set to stop
    636         if (!chipQueueExpTag(config, exp_tag, NULL, NULL, NULL, NULL, NULL)) {
     636        if (!pxchipQueueByExpTag(config, exp_tag, NULL, NULL, NULL, NULL, NULL)) {
    637637            // rollback
    638638            if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.