- Timestamp:
- Jun 21, 2012, 6:51:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/pstamptool.c
r33337 r34051 693 693 static bool addjobMode(pxConfig *config) 694 694 { 695 bool stampJob = false;695 bool stampJob = false; 696 696 697 697 PS_ASSERT_PTR_NON_NULL(config, false); … … 739 739 return false; 740 740 } 741 if (stampJob) { /* do something?? */ } 742 741 743 if (!pstampJobInsert(config->dbh, 742 744 0, // job_id … … 1044 1046 // it's an allowed arg because add_poll_args adds it 1045 1047 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1048 if (limit) { /* do something?? */ 1049 1046 1050 PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false); 1047 1051 … … 1448 1452 // it's an allowed arg because add_poll_args adds it 1449 1453 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1454 if (limit) { /* do something?? */ } 1450 1455 1451 1456 if (!psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
