renamed Logging.TaskReport.status to .result
Showing
2 changed files
with
3 additions
and
4 deletions
... | @@ -350,11 +350,10 @@ | ... | @@ -350,11 +350,10 @@ |
350 | <elem name="duration" type="uint32" multiplicity="1" ord="114"> | 350 | <elem name="duration" type="uint32" multiplicity="1" ord="114"> |
351 | <tag name="unit" value="usec"/> | 351 | <tag name="unit" value="usec"/> |
352 | <comment> | 352 | <comment> |
353 | The duration of the processing in microseconds. This is not meant to be a high | 353 | The duration of the processing in microseconds. |
354 | resolution duration monitoring, implement a metric counter for precise timing data. | ||
355 | </comment> | 354 | </comment> |
356 | </elem> | 355 | </elem> |
357 | <elem name="status" type="ResultCode" multiplicity="1" ord="115"> | 356 | <elem name="result" type="ResultCode" multiplicity="1" ord="115"> |
358 | <comment>The task result code.</comment> | 357 | <comment>The task result code.</comment> |
359 | </elem> | 358 | </elem> |
360 | </struct> | 359 | </struct> | ... | ... |
... | @@ -26,7 +26,7 @@ Ord.Logging.MetricMsg.start=80 | ... | @@ -26,7 +26,7 @@ Ord.Logging.MetricMsg.start=80 |
26 | Ord.Logging.PegCount.value=80 | 26 | Ord.Logging.PegCount.value=80 |
27 | Ord.Logging.TaskReport.duration=114 | 27 | Ord.Logging.TaskReport.duration=114 |
28 | Ord.Logging.TaskReport.start=113 | 28 | Ord.Logging.TaskReport.start=113 |
29 | Ord.Logging.TaskReport.status=115 | 29 | Ord.Logging.TaskReport.result=115 |
30 | Ord.Logging.TaskReport.taskid=112 | 30 | Ord.Logging.TaskReport.taskid=112 |
31 | Ord.Logging.TraceMsg.level=96 | 31 | Ord.Logging.TraceMsg.level=96 |
32 | Ord.Logging.TransactionMsg.acctid=82 | 32 | Ord.Logging.TransactionMsg.acctid=82 | ... | ... |
-
Please register or sign in to post a comment