Changeset 18943
- Timestamp:
- Aug 6, 2008, 10:51:40 AM (18 years ago)
- Location:
- branches/eam_branch_20080719/ippTools
- Files:
-
- 1 added
- 1 edited
-
share/dettool_pendingcleanup_processedimfile.sql (added)
-
src/dettoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/dettoolConfig.c
r18561 r18943 265 265 psMetadataAddBool(processedimfileArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 266 266 267 // -pendingcleanup_processedimfile 268 psMetadata *pendingcleanup_processedimfileArgs = psMetadataAlloc(); 269 psMetadataAddBool(pendingcleanup_processedimfileArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 270 psMetadataAddU64(pendingcleanup_processedimfileArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 271 272 // -donecleanup_processedimfile 273 psMetadata *donecleanupArgs = psMetadataAlloc(); 274 psMetadataAddBool(donecleanupArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 275 psMetadataAddU64(donecleanupArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 276 267 277 // XXX these don't seem to be used anymore 268 278 // psMetadataAddBool(processedimfileArgs, PS_LIST_TAIL, "-chip", 0, "restrict results to completed 'chip' sets", false);
Note:
See TracChangeset
for help on using the changeset viewer.
