Changeset 15580
- Timestamp:
- Nov 9, 2007, 5:47:57 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.c
r14214 r15580 56 56 57 57 58 boolpxchipQueueByExpTag(pxConfig *config,58 psS64 pxchipQueueByExpTag(pxConfig *config, 59 59 psS64 exp_id, 60 60 psString workdir, … … 89 89 } 90 90 psError(PS_ERR_UNKNOWN, false, "database error"); 91 return false;91 return 0; 92 92 } 93 93 … … 95 95 if (!psDBCommit(config->dbh)) { 96 96 psError(PS_ERR_UNKNOWN, false, "database error"); 97 return false;97 return 0; 98 98 } 99 99 100 return true;100 return psDBLastInsertID(config->dbh); 101 101 } -
trunk/ippTools/src/pxchip.h
r14214 r15580 27 27 bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state); 28 28 29 boolpxchipQueueByExpTag(pxConfig *config,29 psS64 pxchipQueueByExpTag(pxConfig *config, 30 30 psS64 exp_id, 31 31 psString workdir,
Note:
See TracChangeset
for help on using the changeset viewer.
