Commit 87387c19 authored by vicotor's avatar vicotor

add field in result

parent e2d869ab
...@@ -89,6 +89,7 @@ message SubmitTaskResult { ...@@ -89,6 +89,7 @@ message SubmitTaskResult {
bytes task_result_header = 4; // result headyer bytes task_result_header = 4; // result headyer
bytes task_result_body = 5; // result body. bytes task_result_body = 5; // result body.
bool is_successed = 6; // 任务是否成功 bool is_successed = 6; // 任务是否成功
uint64 task_execute_duration = 7; // 任务实际执行时间, us 为单位
} }
message SubmitResourceMap { message SubmitResourceMap {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment