Changeset 37388
- Timestamp:
- Sep 11, 2014, 4:52:54 PM (12 years ago)
- File:
-
- 1 edited
-
tags/ipp-pv3-20140717/ippTools/src/remotetool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippTools/src/remotetool.c
r37347 r37388 565 565 PXOPT_COPY_S64(config->args, where, "-remote_id", "remote_id", "=="); 566 566 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 567 567 PXOPT_COPY_S16(config->args, where, "-fault", "fault", "=="); 568 568 // Value to set 569 PXOPT_COPY_S16(config->args, values, "-fault", "fault", "=="); 569 psMetadataAddS16(values,PS_LIST_TAIL,"fault",0, "==", 0); 570 570 571 long rows = psDBUpdateRows(config->dbh, "remoteRun", where, values); 571 572 psFree(values);
Note:
See TracChangeset
for help on using the changeset viewer.
