Commit ae981792 authored by vicotor's avatar vicotor

add new msg

parent 8ea33156
...@@ -33,6 +33,7 @@ message WorkerMessage { ...@@ -33,6 +33,7 @@ message WorkerMessage {
InstalledModelStatus installed_model_status = 16; // update installed model status InstalledModelStatus installed_model_status = 16; // update installed model status
RunningModelStatus running_model_status = 17; // update running model status. RunningModelStatus running_model_status = 17; // update running model status.
BenefitAddrUpdate benefit_addr_update = 18;
} }
} }
...@@ -52,6 +53,10 @@ message DelModelRunning { ...@@ -52,6 +53,10 @@ message DelModelRunning {
repeated string model_ids = 1; repeated string model_ids = 1;
} }
message BenefitAddrUpdate {
string benefit_address = 1;
}
message ManagerMessage { message ManagerMessage {
oneof message { oneof message {
HeartbeatRequest heartbeat_request = 1; HeartbeatRequest heartbeat_request = 1;
......
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