Changeset 35318 for trunk/ippTools/src/pstamptool.c
- Timestamp:
- Mar 18, 2013, 8:15:03 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pstamptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pstamptool.c
r35298 r35318 595 595 PXOPT_COPY_S32(config->args, where, "-fault", "fault", "=="); 596 596 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); 597 PXOPT_COPY_STR(config->args, where, "-reqType", "reqType", "=="); 598 PXOPT_COPY_STR(config->args, where, "-name", "name", "LIKE"); 597 PXOPT_COPY_STR(config->args, where, "-reqType", "reqType", "=="); 598 PXOPT_COPY_STR(config->args, where, "-name", "name", "LIKE"); 599 PXOPT_COPY_STR(config->args, where, "-username", "username", "=="); 599 600 PXOPT_COPY_TIME(config->args, where, "-timestamp_begin", "timestamp", ">="); 600 601 PXOPT_COPY_TIME(config->args, where, "-timestamp_end", "timestamp", "<=");
Note:
See TracChangeset
for help on using the changeset viewer.
