Commit b244b62f authored by vicotor's avatar vicotor

update protocol

parent b896174b
...@@ -35,6 +35,7 @@ message TaskContent { ...@@ -35,6 +35,7 @@ message TaskContent {
int64 task_workload = 10; int64 task_workload = 10;
bytes container_pubkey = 11; bytes container_pubkey = 11;
int32 task_in_len =12; int32 task_in_len =12;
int32 task_max_exec_time = 13;
} }
message TaskReceipt { message TaskReceipt {
......
This diff is collapsed.
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