Changeset 23921 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Apr 17, 2009, 4:41:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r23873 r23921 617 617 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 618 618 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 619 PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");619 pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "=="); 620 620 621 621 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 991 991 992 992 psMetadata *where = psMetadataAlloc(); 993 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");993 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 994 994 995 995 psString query = pxDataGet("stacktool_pendingcleanuprun.sql"); … … 1055 1055 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 1056 1056 } 1057 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1057 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1058 1058 1059 1059 psString query = pxDataGet("stacktool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
